From b2c2df54610b70e7e4e0128a4c8a67c7206f4da6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 6 Jun 2011 14:42:21 +0000 Subject: testing/openbox: use /etc --- testing/openbox/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/openbox') 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 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 -- cgit v1.2.3