From 629200f48e18dc1a3a5229739748bad0e2a6a0a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= Date: Wed, 4 Feb 2015 11:37:16 +0100 Subject: [PATCH] Do not silently and prematurely end install when ldconfig is missing --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 343ecb5..4667146 100644 --- a/Makefile +++ b/Makefile @@ -112,9 +112,10 @@ install: $(INSTALL_DEP) $(RM) $(INSTALL_TSYM) $(INSTALL_DYN) $(INSTALL_SHORT1) $(INSTALL_SHORT2) cd src && test -f $(FILE_SO) && \ $(INSTALL_X) $(FILE_SO) $(INSTALL_DYN) && \ - $(LDCONFIG) $(INSTALL_LIB) && \ - $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT1) && \ - $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2) || : + ( $(LDCONFIG) $(INSTALL_LIB) ; \ + $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT1) && \ + $(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2) || : \ + ) cd etc && $(INSTALL_F) $(FILE_MAN) $(INSTALL_MAN) cd etc && $(SED_PC) $(FILE_PC) > $(FILE_PC).tmp && \ $(INSTALL_F) $(FILE_PC).tmp $(INSTALL_PC) && \ -- 2.2.2 efs/?id=23b40c6625e079dadc4df13d65d61f047f216fcf'>refslogtreecommitdiff
path: root/gnu/packages/rdesktop.scm
/span>
AgeCommit message (Expand)Author
2016-07-21gnu: Update URLs for sourceforge.net....Leo Famulari
2015-07-18gnu packages: Clean up synopses and descriptions....Alex Kost
2015-07-05gnu: Move content of openssl module into tls module....Andreas Enge
2015-03-03gnu: Add rdesktop....Ludovic Courtès
gnu: pciutils: Use HTTPS home page....Tobias Geerinckx-Rice
2017-07-10gnu: pciutils: Tweak description....Ludovic Courtès
2017-07-10gnu: pciutils: Move 'pci.ids.gz' to 'share/hwdata'....Ludovic Courtès
2017-07-10gnu: pciutils: Update to 3.5.5....Ludovic Courtès
2017-02-27gnu: pciutils: Update to 3.5.4....Marius Bakke
2016-11-30gnu: pciutils: Update to 3.5.2....Ludovic Courtès