summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-23 20:17:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-23 20:17:31 +0000
commit3dd594425032345b8f64225adc73d57a1306211f (patch)
treeb1399cec473cf0c5b82a7ab10b370fd47b3e35ad /testing
parent2f95bd33fd8e0597a5f1a1fc04c0748f31e937b4 (diff)
downloadaports-3dd594425032345b8f64225adc73d57a1306211f.tar.bz2
aports-3dd594425032345b8f64225adc73d57a1306211f.tar.xz
testing/jwm: fix sysconfdir
Diffstat (limited to 'testing')
-rw-r--r--testing/jwm/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/jwm/APKBUILD b/testing/jwm/APKBUILD
index 7ccb28c08..35c5bf4c6 100644
--- a/testing/jwm/APKBUILD
+++ b/testing/jwm/APKBUILD
@@ -3,7 +3,7 @@
pkgname=jwm
pkgver=501
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight window manager for the X11 Window System"
url="http://joewing.net/programs/jwm/"
arch="all"
@@ -24,6 +24,7 @@ build() {
cd "$_builddir"
./configure \
--prefix=/usr \
+ --sysconfdir=/etc \
--enable-confirm \
--enable-icons \
--enable-png \