summaryrefslogtreecommitdiff
path: root/community/vbetool
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-31 06:21:03 -0700
committerroot <root@rshg054.dnsready.net>2013-05-31 06:21:03 -0700
commit7e7561a9640d0e1f54288a391239feb6bd691b56 (patch)
treed3b51b006a1133ace68d149692d9bd9fb3f981a9 /community/vbetool
parent94a3b302f520438e919ef8706ce9cf42ad7c2e11 (diff)
Fri May 31 06:21:01 PDT 2013
Diffstat (limited to 'community/vbetool')
-rw-r--r--community/vbetool/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/vbetool/PKGBUILD b/community/vbetool/PKGBUILD
index 1eb2b244c..de312a4f7 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
}