summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Minnocci2021-12-07 13:20:14 +0100
committerFrancesco Minnocci2021-12-07 13:20:14 +0100
commitec3d6e293da073646328a8081553eb1d5c41c723 (patch)
treea6623cfcd46fdf77e814783a43770164346e0aee /PKGBUILD
parent4c16395142e6636b54cdb08bd240f586de320a04 (diff)
downloadaur-ec3d6e293da073646328a8081553eb1d5c41c723.tar.gz
Actually fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1f78ef48760..80f79697d659 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=nbfc-linux-git
_pkgname=nbfc-linux
pkgver=0.1.6.r37.g3360e35
-pkgrel=2
+pkgrel=3
pkgdesc="Lightweight C port of NoteBook FanControl (no Mono required)"
arch=('i686' 'x86_64')
url="https://github.com/nbfc-linux/nbfc-linux"
@@ -25,7 +25,7 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
- make
+ make PREFIX=/usr confdir=/etc DESTDIR="${pkgdir}"
}
package() {