diff options
author | Philippe Proulx | 2017-05-23 19:51:17 -0400 |
---|---|---|
committer | Philippe Proulx | 2017-05-23 19:51:17 -0400 |
commit | df2fe52eac7b4e5e34c42490691b78b18b0ef082 (patch) | |
tree | f33f879198be655144c1a18c9c066022f4eaf0f6 /PKGBUILD | |
parent | 5a83992e3088a6a76bc05a5f77186a870b28183b (diff) | |
download | aur-df2fe52eac7b4e5e34c42490691b78b18b0ef082.tar.gz |
Add --sysconfdir=/etc to read config. from /etc, not /usr/etc
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ sha1sums=('ab1945fd36b30f445eb5c83f199b011d42525612') build() { cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --enable-man-pages + ./configure --prefix=/usr --sysconfdir=/etc --enable-man-pages make } |