diff options
author | root <root@rshg054.dnsready.net> | 2012-02-22 23:15:20 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-22 23:15:20 +0000 |
commit | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (patch) | |
tree | 803d7c2e3ac59d0ba8ac74c1b2a6dc6167937631 /community/gl-117 | |
parent | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff) |
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/gl-117')
-rw-r--r-- | community/gl-117/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/gl-117/PKGBUILD b/community/gl-117/PKGBUILD index 997649912..db49d6f6c 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') 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 } |