[arch-commits] Commit in mtpaint/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Tue May 27 12:06:45 UTC 2014
Date: Tuesday, May 27, 2014 @ 14:06:45
Author: arodseth
Revision: 111979
rebuild for the giflib TODO
Modified:
mtpaint/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-27 11:55:39 UTC (rev 111978)
+++ PKGBUILD 2014-05-27 12:06:45 UTC (rev 111979)
@@ -5,7 +5,7 @@
pkgname=mtpaint
pkgver=3.40
-pkgrel=13
+pkgrel=14
pkgdesc='Simple paint program for creating icons and pixel based artwork'
arch=('x86_64' 'i686')
url='http://mtpaint.sourceforge.net/'
@@ -40,9 +40,7 @@
}
package() {
- cd "$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
+ make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list