summaryrefslogtreecommitdiff
path: root/community/ustr
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
committerroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
commit1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch)
tree5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/ustr
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/ustr')
-rw-r--r--community/ustr/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/community/ustr/PKGBUILD b/community/ustr/PKGBUILD
index 9525962a1..932534f52 100644
--- a/community/ustr/PKGBUILD
+++ b/community/ustr/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 17701 2010-05-24 20:44:23Z spupykin $
+# $Id: PKGBUILD 65359 2012-02-21 02:20:19Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=ustr
pkgver=1.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="micro string API for C"
arch=(i686 x86_64)
url="http://www.and.org/ustr/"
@@ -14,9 +14,7 @@ md5sums=('93147d9f0c9765d4cd0f04f7e44bdfce')
build() {
cd "$srcdir/$pkgname-$pkgver"
-
- make || return 1
- make DESTDIR="$pkgdir" install || return 1
-
+ make
+ make DESTDIR="$pkgdir" install
mv $pkgdir/usr/share/doc/man $pkgdir/usr/share/
}