[arch-commits] Commit in hd2u/trunk (PKGBUILD)
Dan McGee
dan at archlinux.org
Thu Jun 23 23:30:35 UTC 2011
Date: Thursday, June 23, 2011 @ 19:30:35
Author: dan
Revision: 128435
upgpkg: hd2u 1.0.3-2
Rebuild old package
Modified:
hd2u/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-06-23 23:30:06 UTC (rev 128434)
+++ PKGBUILD 2011-06-23 23:30:35 UTC (rev 128435)
@@ -4,7 +4,7 @@
pkgname=hd2u
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Dos2Unix text file converter"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -16,6 +16,6 @@
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
- make || return 1
- make prefix=$pkgdir/usr install
+ make
+ make prefix="$pkgdir/usr" install
}
More information about the arch-commits
mailing list