aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openbox/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-06 14:42:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-06 14:42:21 +0000
commitb2c2df54610b70e7e4e0128a4c8a67c7206f4da6 (patch)
treea4fa5e746b835c167f0a01c7871cd75418a30660 /testing/openbox/APKBUILD
parent28e2dfd9306dfd8436acdc179088a980cf5c35c8 (diff)
testing/openbox: use /etc
Diffstat (limited to 'testing/openbox/APKBUILD')
-rw-r--r--testing/openbox/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/openbox/APKBUILD b/testing/openbox/APKBUILD
index ad81cff2a3b..35e23207076 100644
--- a/testing/openbox/APKBUILD
+++ b/testing/openbox/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=openbox
pkgver=3.4.11.2
-pkgrel=0
+pkgrel=1
pkgdesc="A highly configurable and standards-compliant X11 window manager"
url="http://openbox.org"
arch="all"
@@ -29,6 +29,7 @@ prepare() {
build() {
cd "$_builddir"
./configure --prefix=/usr \
+ --sysconfdir=/etc \
--disable-static \
|| return 1
make || return 1