summaryrefslogtreecommitdiff
path: root/user/xprop/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/xprop/APKBUILD')
-rw-r--r--user/xprop/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/user/xprop/APKBUILD b/user/xprop/APKBUILD
index 1339105a2..252178ea3 100644
--- a/user/xprop/APKBUILD
+++ b/user/xprop/APKBUILD
@@ -16,7 +16,10 @@ build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
- --prefix=/usr
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --localstatedir=/var
make
}