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

Jan Steffens heftig at nymeria.archlinux.org
Fri Apr 18 12:26:23 UTC 2014


    Date: Friday, April 18, 2014 @ 14:26:23
  Author: heftig
Revision: 211262

Set some dirs sanely that aren't used by ruby itself but are passed to gems

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-18 12:21:14 UTC (rev 211261)
+++ PKGBUILD	2014-04-18 12:26:23 UTC (rev 211262)
@@ -41,6 +41,9 @@
   PKG_CONFIG=/usr/bin/pkg-config ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
+    --localstatedir=/var \
+    --sharedstatedir=/var/lib \
+    --libexecdir=/usr/lib/ruby \
     --enable-shared \
     --disable-rpath \
     --with-dbm-type=gdbm_compat




More information about the arch-commits mailing list