summaryrefslogtreecommitdiff
path: root/community/ustr/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
commit47d70348352503e92ba694a6a683f629eaa18215 (patch)
tree7fb6f5ec75596b795dee52cfa35e3ef00a047cfb /community/ustr/PKGBUILD
parentc0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (diff)
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/hostapd/PKGBUILD community/discid/PKGBUILD community/dumb/PKGBUILD community/dynamite/PKGBUILD community/echat/PKGBUILD community/fbdump/PKGBUILD community/fldiff/PKGBUILD community/flightgear/PKGBUILD community/fonteditfs/PKGBUILD community/freehdl/PKGBUILD community/unclutter/PKGBUILD community/unpaper/PKGBUILD community/wmii/PKGBUILD community/xkeycaps/PKGBUILD community/xl2tpd/PKGBUILD community/xmmsctrl/PKGBUILD extra/gnutls/PKGBUILD extra/inkscape/PKGBUILD extra/ntp/PKGBUILD extra/transmission/PKGBUILD multilib/lib32-libpng/PKGBUILD testing/libreoffice/PKGBUILD
Diffstat (limited to 'community/ustr/PKGBUILD')
-rw-r--r--community/ustr/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/community/ustr/PKGBUILD b/community/ustr/PKGBUILD
index 721e23528..100685dd8 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 'mips64el')
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/
}