summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Minnocci2021-12-07 13:05:17 +0100
committerFrancesco Minnocci2021-12-07 13:05:17 +0100
commit4c16395142e6636b54cdb08bd240f586de320a04 (patch)
tree7139c13e48b0e7afcf5a08b37512f964f523bfde /PKGBUILD
parent0eae3f0c69cb4304f42d65c4c4ec34d13e572484 (diff)
downloadaur-4c16395142e6636b54cdb08bd240f586de320a04.tar.gz
Fix /etc configuration directory location by exporting `confdir`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 232bc48aec82..a1f78ef48760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=nbfc-linux-git
_pkgname=nbfc-linux
pkgver=0.1.6.r37.g3360e35
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight C port of NoteBook FanControl (no Mono required)"
arch=('i686' 'x86_64')
url="https://github.com/nbfc-linux/nbfc-linux"
@@ -31,6 +31,6 @@ build() {
package() {
cd "${srcdir}/${_pkgname}"
- make PREFIX=/usr DESTDIR="${pkgdir}" install
+ make PREFIX=/usr confdir=/etc DESTDIR="${pkgdir}" install
}
# vim:set ts=2 sw=2 et: