diff options
Diffstat (limited to 'community/luajit/PKGBUILD')
-rw-r--r-- | community/luajit/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/luajit/PKGBUILD b/community/luajit/PKGBUILD index 97f18eda2..d246535d1 100644 --- a/community/luajit/PKGBUILD +++ b/community/luajit/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 78364 2012-10-17 15:26:40Z bpiotrowski $ +# $Id: PKGBUILD 78428 2012-10-18 04:30:04Z bpiotrowski $ # Maintainer: Chris Brannon <chris@the-brannons.com> # Maintainer: Bartłomiej Piotrowski # Contributor: Paulo Matias <matiasΘarchlinux-br·org> @@ -6,7 +6,7 @@ pkgname=luajit pkgver=2.0.0b11 -pkgrel=2 +pkgrel=3 pkgdesc='A Just-In-Time Compiler for Lua' arch=('i686' 'x86_64') url='http://luajit.org/' @@ -20,7 +20,7 @@ md5sums=('824aa2684a11e3cc3abe87350a7b6139' build() { cd $srcdir/LuaJIT-${pkgver/b/-beta} patch -Np0 -i $srcdir/Makefile.patch - make + make PREFIX=/usr } package() { |