From b91dca65217b7c35be84df053692c9fd1b012560 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 Feb 2013 00:07:38 -0800 Subject: Tue Feb 5 00:07:38 PST 2013 --- community/glob2/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/glob2/PKGBUILD') diff --git a/community/glob2/PKGBUILD b/community/glob2/PKGBUILD index 6512def53..37bf01a70 100644 --- a/community/glob2/PKGBUILD +++ b/community/glob2/PKGBUILD @@ -1,4 +1,5 @@ -# $Id: PKGBUILD 83251 2013-01-28 16:49:37Z stephane $ +# $Id: PKGBUILD 83748 2013-02-04 22:09:20Z arodseth $ +# Maintainer: Alexander Rødseth # Contributor: Jaroslaw Swierczynski # Contributor: Roman Kyrylych @@ -23,15 +24,15 @@ build() { patch -Np0 -i "$srcdir/glob2-0.9.4.1-gcc44.patch" scons \ - BINDIR="$pkgdir/usr/bin" \ - INSTALLDIR="$pkgdir/usr/share" \ LINKFLAGS="-lboost_system" } package () { cd "$srcdir/$pkgname-$pkgver" - scons install + scons install \ + BINDIR="$pkgdir/usr/bin" \ + INSTALLDIR="$pkgdir/usr/share" find "$pkgdir/usr/share" -type f -exec chmod 644 '{}' \; install -Dm644 data/icons/glob2-icon-48x48.png \ "$pkgdir/usr/share/pixmaps/glob2-icon-48x48.png" -- cgit v1.2.3-54-g00ecf