diff options
| author | Simon Rupf <simon@rupf.net> | 2020-02-18 07:25:35 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-18 10:41:10 -0300 |
| commit | 44e75d24bffd2187cf6d97bd30a787c47876cb26 (patch) | |
| tree | f913faee3c93bc867c138bfefb150ac1554d57ef /testing | |
| parent | 216c7c0bb9aa81e81e0ecd434648b7cc6bf156d8 (diff) | |
| download | aports-44e75d24bffd2187cf6d97bd30a787c47876cb26.tar.bz2 aports-44e75d24bffd2187cf6d97bd30a787c47876cb26.tar.xz | |
testing/dar: fix /etc/darrc location
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/dar/APKBUILD | 9 |
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 } |
