summaryrefslogtreecommitdiff
path: root/community/libfaketime/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libfaketime/PKGBUILD')
-rw-r--r--community/libfaketime/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libfaketime/PKGBUILD b/community/libfaketime/PKGBUILD
index a43fbb58b..c5e306d70 100644
--- a/community/libfaketime/PKGBUILD
+++ b/community/libfaketime/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 103175 2013-12-28 18:39:16Z lfleischer $
+# $Id: PKGBUILD 105112 2014-01-31 20:29:28Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Dan Serban
# Contributor: Ross Melin <rdmelin@gmail.com>
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' 'mips64el')
url='http://www.code-wizards.com/projects/libfaketime/'
@@ -15,7 +15,7 @@ md5sums=('89b5c71e6c6a93b1c6feba374ac37719')
build() {
cd "${pkgname}-${pkgver}"
- make
+ make PREFIX=/usr
}
package() {