diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-22 23:09:46 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-22 23:09:46 -0300 |
commit | f87cdf22eb712b5b1c118f768d4ff710fc839403 (patch) | |
tree | 023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/sdd/PKGBUILD | |
parent | 290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff) | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/arp-scan/PKGBUILD
community/curlftpfs/PKGBUILD
community/dtach/PKGBUILD
community/espeakup/PKGBUILD
community/g2sc/PKGBUILD
community/judy/PKGBUILD
community/python-fuse/PKGBUILD
community/sisctrl/PKGBUILD
extra/avahi/PKGBUILD
extra/kdesdk/PKGBUILD
extra/nasm/PKGBUILD
multilib/lib32-p11-kit/PKGBUILD
multilib/lib32-pixman/PKGBUILD
testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/sdd/PKGBUILD')
-rw-r--r-- | community/sdd/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/sdd/PKGBUILD b/community/sdd/PKGBUILD index 12d3ba464..061c1ac47 100644 --- a/community/sdd/PKGBUILD +++ b/community/sdd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 20491 2010-07-08 14:10:22Z spupykin $ +# $Id: PKGBUILD 65431 2012-02-21 05:44:16Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=sdd pkgver=1.52 -pkgrel=6 +pkgrel=7 pkgdesc="Faster replacement for a program called dd" arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -21,8 +21,8 @@ build() { cp RULES/i686-linux-gcc.rul RULES/x86_64-linux-gcc.rul fi patch -p1 <$srcdir/build-fix.patch - make || return 1 - make INS_BASE=$pkgdir/usr install || return 1 + make + make INS_BASE=$pkgdir/usr install mkdir -p $pkgdir/usr/share/man rm -rf $pkgdir/usr/include/ \ $pkgdir/usr/lib/ \ |