[arch-commits] Commit in util-linux/trunk (PKGBUILD)

Tom Gundersen tomegun at archlinux.org
Tue Jan 31 14:11:51 UTC 2012


    Date: Tuesday, January 31, 2012 @ 09:11:50
  Author: tomegun
Revision: 148410

move libs from /lib to /usr/lib

Modified:
  util-linux/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-31 13:39:06 UTC (rev 148409)
+++ PKGBUILD	2012-01-31 14:11:50 UTC (rev 148410)
@@ -23,9 +23,10 @@
   # hardware clock
   sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i include/pathnames.h
 
-  ./configure --enable-write\
-              --enable-raw\
-              --disable-wall\
+  ./configure --libdir=/usr/lib \
+              --enable-write \
+              --enable-raw \
+              --disable-wall \
               --enable-new-mount
 
   make




More information about the arch-commits mailing list