diff options
Diffstat (limited to 'testing/openbox')
| -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 |
