[arch-commits] Commit in fakeroot/trunk (fakeroot.install)

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Oct 14 12:17:12 UTC 2013


    Date: Monday, October 14, 2013 @ 14:17:11
  Author: tpowa
Revision: 196494

fix #37004

Modified:
  fakeroot/trunk/fakeroot.install

------------------+
 fakeroot.install |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: fakeroot.install
===================================================================
--- fakeroot.install	2013-10-14 12:16:25 UTC (rev 196493)
+++ fakeroot.install	2013-10-14 12:17:11 UTC (rev 196494)
@@ -1,5 +1,5 @@
 post_install() {
-  sbin/ldconfig -r .
+  usr/bin/ldconfig -r .
 }
 
 post_upgrade() {
@@ -6,9 +6,9 @@
   if [ "$(vercmp $2 1.14.4-2)" -lt 0 ]; then
     sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf
   fi
-  sbin/ldconfig -r .
+  usr/bin/ldconfig -r .
 }
 
 pre_remove() {
-  sbin/ldconfig -r .
+  usr/bin/ldconfig -r .
 }




More information about the arch-commits mailing list