aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorSimon Rupf <simon@rupf.net>2020-02-18 07:25:35 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-18 10:41:10 -0300
commit44e75d24bffd2187cf6d97bd30a787c47876cb26 (patch)
treef913faee3c93bc867c138bfefb150ac1554d57ef /testing
parent216c7c0bb9aa81e81e0ecd434648b7cc6bf156d8 (diff)
downloadaports-44e75d24bffd2187cf6d97bd30a787c47876cb26.tar.bz2
aports-44e75d24bffd2187cf6d97bd30a787c47876cb26.tar.xz
testing/dar: fix /etc/darrc location
Diffstat (limited to 'testing')
-rw-r--r--testing/dar/APKBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/testing/dar/APKBUILD b/testing/dar/APKBUILD
index b2de0d5783..61131605b5 100644
--- a/testing/dar/APKBUILD
+++ b/testing/dar/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Rupf <simon@rupf.net>
pkgname=dar
pkgver=2.6.8
-pkgrel=0
+pkgrel=1
pkgdesc="Disk ARchive"
url="http://dar.linux.free.fr/"
arch="all"
@@ -22,7 +22,12 @@ prepare() {
}
build() {
- ./configure --prefix=/usr --disable-dar-static --disable-static --disable-upx
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-dar-static \
+ --disable-static \
+ --disable-upx
make
}