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

Giovanni Scafora giovanni at archlinux.org
Sun Nov 23 11:18:27 UTC 2014


    Date: Sunday, November 23, 2014 @ 12:18:26
  Author: giovanni
Revision: 122988

upgpkg: ccache 3.2-2

Fixed FS42858

Modified:
  ccache/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-23 10:28:26 UTC (rev 122987)
+++ PKGBUILD	2014-11-23 11:18:26 UTC (rev 122988)
@@ -4,7 +4,7 @@
 
 pkgname=ccache
 pkgver=3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A compiler cache"
 arch=('i686' 'x86_64')
 url="http://ccache.samba.org/"
@@ -15,7 +15,8 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc
 
   make
 }



More information about the arch-commits mailing list