diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-22 11:26:53 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-22 11:26:53 +0100 |
commit | 50a468d0a3c5555c9e6889696bd0397f17a6974c (patch) | |
tree | 8d8b7bc211e7e2b5a91c25c86c5b7ae58e9e4a52 /community/kaa-imlib2/PKGBUILD | |
parent | bf6c93db356044781e343fe26da74d357b4beda3 (diff) | |
parent | 6b3123e5628817e3cef9c44989dffd21c49b0817 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/cksfv/PKGBUILD
extra/clutter-gtk2/PKGBUILD
extra/gnuplot/PKGBUILD
extra/mx/PKGBUILD
Diffstat (limited to 'community/kaa-imlib2/PKGBUILD')
-rw-r--r-- | community/kaa-imlib2/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kaa-imlib2/PKGBUILD b/community/kaa-imlib2/PKGBUILD index 9fa2cf127..d882cbb7a 100644 --- a/community/kaa-imlib2/PKGBUILD +++ b/community/kaa-imlib2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 68027 2012-03-17 01:32:31Z giovanni $ +# $Id: PKGBUILD 86681 2013-03-21 01:58:58Z eric $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: DonVla <donvla@users.sourceforge.net> @@ -13,7 +13,7 @@ arch=('i686' 'x86_64' 'mips64el') source=(http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz) md5sums=('64828ede785ab0dd2d3c1f2f36c99342') -build() { - cd $srcdir/$pkgname-$pkgver - python2 setup.py install --prefix=$pkgdir/usr +package() { + cd "$srcdir/$pkgname-$pkgver" + python2 setup.py install --prefix="$pkgdir/usr" } |