From 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 Feb 2012 23:15:20 +0000 Subject: Wed Feb 22 23:15:20 UTC 2012 --- community/gl-117/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/gl-117/PKGBUILD') 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 # 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 } -- cgit v1.2.3-54-g00ecf