Date: Saturday, February 2, 2013 @ 12:18:14 Author: stativ Revision: 83502
diffuse: Clean-up usage Modified: diffuse/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-02 11:16:21 UTC (rev 83501) +++ PKGBUILD 2013-02-02 11:18:14 UTC (rev 83502) @@ -15,7 +15,7 @@ source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) md5sums=('f9139d05601987d89bfbf1e71ea30eeb') -build() { +package() { cd "$srcdir/$pkgname-$pkgver" python2 install.py --prefix=/usr --destdir="$pkgdir" sed -i 's|^#!.*|&2|' "$pkgdir"/usr/bin/diffuse
