summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a1de959360e..2f9eb7436b2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nbfc-linux-git
pkgdesc = Lightweight C port of NoteBook FanControl (no Mono required)
pkgver = 0.1.6.r37.g3360e35
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nbfc-linux/nbfc-linux
arch = i686
arch = x86_64
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() {