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

Ionut Biru ibiru at archlinux.org
Fri Jan 7 12:19:53 UTC 2011


    Date: Friday, January 7, 2011 @ 07:19:53
  Author: ibiru
Revision: 105181

upgpkg: ruby 1.9.2_p136-2
pass system config directory

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-07 12:14:31 UTC (rev 105180)
+++ PKGBUILD	2011-01-07 12:19:53 UTC (rev 105181)
@@ -8,7 +8,7 @@
 pkgname=('ruby' 'ruby-docs')
 pkgver=1.9.2_p136
 _pkgver=1.9.2-p136
-pkgrel=1
+pkgrel=2
 pkgdesc="An object-oriented language for quick and easy programming"
 arch=('i686' 'x86_64')
 url="http://www.ruby-lang.org/en/"
@@ -22,6 +22,7 @@
 build() {
   cd "${srcdir}/${pkgbase}-${_pkgver}"
   ./configure --prefix=/usr \
+      --sysconfdir=/etc \
       --enable-shared \
       --enable-pthread \
       --disable-rpath




More information about the arch-commits mailing list