summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrice Peterson2015-08-19 16:11:07 +0200
committerPatrice Peterson2015-08-19 16:11:07 +0200
commitc146d82503ce645ef90961120222475a72c2481e (patch)
treeb4bd586ead3acdad16829af6989960baad9a9b76
parente9dd887a16f58c25e7ed75a65b9df556d395c61e (diff)
downloadaur-dmenu-pango-imlib.tar.gz
Fix prefix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61e7f9d7b6c0..fadecc4a68fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrice Peterson <runiq at archlinux dot us>
pkgname=dmenu-pango-imlib
pkgver=4.5.3
-pkgrel=1
+pkgrel=2
pkgdesc="dmenu with pango and imlib support"
arch=('i686' 'x86_64')
url="https://github.com/Cloudef/dmenu-pango-imlib"
@@ -20,5 +20,5 @@ build() {
package() {
cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" PREFIX="/usr" install
}