summaryrefslogtreecommitdiff
blob: d1a6685ca6063d221e256e39393c5fb7184aab62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
commit 1bd3596545912f2e47b8848df3fb5d99195d299a
Author: hasufell <hasufell@gentoo.org>
Date:   Wed Jan 8 17:21:09 2014 +0100

    don't run ldconfig

diff --git a/src/Makefile.am b/src/Makefile.am
index f319a74..47463c1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -65,7 +65,6 @@ EXTRA_DIST = scriptpo.c indent.sh scriptpo-update.sh stamp.sh clean.sh dtou.sh u
 SUBDIRS = lib
 
 install-exec-local:
-	if which id && which ldconfig && test `id -u` -eq 0 && test "$(prefix)" != "/usr"; then ldconfig; fi # Run ldconfig automatically if we're root
 	if test -x $(DESTDIR)$(bindir)/liquidwar6; then mv $(DESTDIR)$(bindir)/liquidwar6 $(DESTDIR)$(bindir)/@PACKAGE_TARNAME@-@LW6_VERSION_BASE@; ln -s @PACKAGE_TARNAME@-@LW6_VERSION_BASE@ $(DESTDIR)$(bindir)/liquidwar6; fi
 
 uninstall-local: