diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-06 14:42:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-06 14:42:21 +0000 |
commit | b2c2df54610b70e7e4e0128a4c8a67c7206f4da6 (patch) | |
tree | a4fa5e746b835c167f0a01c7871cd75418a30660 | |
parent | 28e2dfd9306dfd8436acdc179088a980cf5c35c8 (diff) | |
download | aports-b2c2df54610b70e7e4e0128a4c8a67c7206f4da6.tar.bz2 aports-b2c2df54610b70e7e4e0128a4c8a67c7206f4da6.tar.xz |
testing/openbox: use /etc
-rw-r--r-- | testing/openbox/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/openbox/APKBUILD b/testing/openbox/APKBUILD index ad81cff2a3..35e2320707 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 |