summaryrefslogtreecommitdiff
path: root/community/gl-117/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gl-117/PKGBUILD')
-rw-r--r--community/gl-117/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/gl-117/PKGBUILD b/community/gl-117/PKGBUILD
index 5bd83db8d..7bd90379b 100644
--- a/community/gl-117/PKGBUILD
+++ b/community/gl-117/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 18153 2010-05-31 13:21:15Z spupykin $
+# $Id: PKGBUILD 65522 2012-02-21 08:42:12Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: andrewski
pkgname=gl-117
pkgver=1.3.2
-pkgrel=4
+pkgrel=5
pkgdesc="An action flight simulator"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.heptargon.de/gl-117/gl-117.html"
@@ -22,8 +22,8 @@ build() {
# This will link everything to these three libraries,
# but it wouldn't work otherwise. The devs have been contacted.
LDFLAGS="-lX11 -lXi -lXmu" ./configure --prefix=/usr
- make || return 1
- make DESTDIR=$pkgdir install || return 1
- install -D -m0644 $srcdir/gl-117.desktop $pkgdir/usr/share/applications/gl-117.desktop && \
+ make
+ make DESTDIR=$pkgdir install
+ install -D -m0644 $srcdir/gl-117.desktop $pkgdir/usr/share/applications/gl-117.desktop
install -D -m0644 $srcdir/gl-117.png $pkgdir/usr/share/pixmaps/gl-117.png
}