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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Fri Jan 31 20:29:11 UTC 2014


    Date: Friday, January 31, 2014 @ 21:29:11
  Author: lfleischer
Revision: 105111

upgpkg: libfaketime 0.9.5-2

Fix FS#38640.

Modified:
  libfaketime/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-31 20:24:11 UTC (rev 105110)
+++ PKGBUILD	2014-01-31 20:29:11 UTC (rev 105111)
@@ -5,7 +5,7 @@
 
 pkgname=libfaketime
 pkgver=0.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Report fake dates and times to programs without having to change the system-wide time.'
 arch=('i686' 'x86_64')
 url='http://www.code-wizards.com/projects/libfaketime/'
@@ -15,7 +15,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  make
+  make PREFIX=/usr
 }
 
 package() {




More information about the arch-commits mailing list