summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 461aae1212cd..43dbc383a919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
# Contributor: Eric Forgeot < http://ifiction.free.fr >
pkgname=nfrotz
pkgver=0.3.3
-pkgrel=2
+pkgrel=3
pkgdesc="Z-machine interpreter for playing Interactive Fiction games, with support for unicode"
arch=(i686 x86_64)
url="http://www.ifarchive.org/indexes/if-archiveXinfocomXinterpreters.html"
license=('GPL')
depends=('glibc')
makedepends=('unzip')
-#groups=(inform)
source=(http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/$pkgname-$pkgver.tgz)
md5sums=('78e0cafcb30b1539629ea5f5b8a61dbf')
@@ -21,7 +20,7 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- make -e \
+ make \
PREFIX="$pkgdir"/usr \
MAN_PREFIX="$pkgdir"/usr \
DESTDIR="$pkgdir" \