From 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 Feb 2012 23:15:20 +0000 Subject: Wed Feb 22 23:15:20 UTC 2012 --- community/sdd/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/sdd/PKGBUILD') diff --git a/community/sdd/PKGBUILD b/community/sdd/PKGBUILD index 9b538c6e3..d49f44605 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 pkgname=sdd pkgver=1.52 -pkgrel=6 +pkgrel=7 pkgdesc="Faster replacement for a program called dd" arch=('i686' 'x86_64') 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/ \ -- cgit v1.2.3-54-g00ecf