diff options
author | root <root@rshg054.dnsready.net> | 2013-01-29 00:06:25 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-29 00:06:25 -0800 |
commit | 2cb7f65fb24926493d457f6931e421e27aa629da (patch) | |
tree | dfd419375945457b6b6dd74c280812f8e5533743 /extra/hugin | |
parent | 1b9f6dc846379470b620b5dbb9d4d7acd1de148c (diff) |
Tue Jan 29 00:06:25 PST 2013
Diffstat (limited to 'extra/hugin')
-rw-r--r-- | extra/hugin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/hugin/PKGBUILD b/extra/hugin/PKGBUILD index 9262d49d7..a4dbefbd4 100644 --- a/extra/hugin/PKGBUILD +++ b/extra/hugin/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 173184 2012-12-12 00:37:13Z bisson $ +# $Id: PKGBUILD 176286 2013-01-28 16:48:18Z stephane $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Tobias Kieslich <tobias@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -6,7 +6,7 @@ pkgname=hugin pkgver=2012.0.0 -pkgrel=2 +pkgrel=3 pkgdesc='Panorama photo stitcher' url='http://hugin.sourceforge.net/' license=('GPL') @@ -31,7 +31,7 @@ build() { make } -package(){ +package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } |