summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a73cdcb79087..fb8f975fc7fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by makepkg 5.0.0
+# Tue Mar 22 13:07:02 UTC 2016
pkgbase = fnfx
pkgdesc = Enables owners of Toshiba laptops to change the LCD brightness, control the internal fan and use the special keys on their keyboard (Fn-x combinations, hotkeys).
pkgver = 0.3
- pkgrel = 4
+ pkgrel = 5
url = http://fnfx.sourceforge.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 761b23957f5d..95f6332805da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
arch=(i686 x86_64)
pkgname=fnfx
pkgver=0.3
-pkgrel=4
+pkgrel=5
pkgdesc="Enables owners of Toshiba laptops to change the LCD brightness, control the internal fan and use the special keys on their keyboard (Fn-x combinations, hotkeys)."
url="http://fnfx.sourceforge.net/"
license=('GPL2')
@@ -12,11 +12,11 @@ sha512sums=('62e5c7f6457eabc02b2162cb365fd496982a33b83564d98b16abde54c876ec93273
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc
- make || return 1
+ ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --bindir=/usr/bin --libdir=/usr/lib --libexecdir=/usr/lib
+ make
}
package(){
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
-} \ No newline at end of file
+}