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 | |
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>
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Tue May 23 23:46:50 UTC 2017 +# Tue May 23 23:51:12 UTC 2017 pkgbase = lttng-tools pkgdesc = LTTng tracing control tools pkgver = 2.9.4 @@ -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 } |