summaryrefslogtreecommitdiff
path: root/community/vbetool/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/vbetool/PKGBUILD')
-rw-r--r--community/vbetool/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/vbetool/PKGBUILD b/community/vbetool/PKGBUILD
index d39993d3b..a6e2058eb 100644
--- a/community/vbetool/PKGBUILD
+++ b/community/vbetool/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 55527 2011-09-14 07:33:04Z andrea $
+# $Id: PKGBUILD 92026 2013-05-30 23:36:55Z seblu $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Christian Storm <Christian.Storm@gmx.DE>
# Contributor: James Rayner <james@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=vbetool
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Uses lrmi in order to run code from the video BIOS"
url="http://www.srcf.ucam.org/~mjg59/vbetool/"
license=('GPL2')
@@ -19,9 +19,9 @@ md5sums=('ffb03b118867a02296d7449019ad8846')
build() {
cd "${srcdir}"/$pkgname-$pkgver
if [ "${CARCH}" = "x86_64" ]; then
- ./configure --prefix=/usr --without-x86emu
+ ./configure --prefix=/usr --sbindir=/usr/bin --without-x86emu
else
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sbindir=/usr/bin
fi
make LIBS=-lpci
}