summaryrefslogtreecommitdiff
path: root/community/dd_rescue
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-05 04:00:14 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-05 04:00:14 +0000
commit4f7963b7ddc283ae57ceb68e7f4d51b3994e0070 (patch)
tree6ebcd67cfca9e9554f131b1ae746d9819f599294 /community/dd_rescue
parenta78b434ff9cfdfb3d175c900ff622a561b84123f (diff)
Wed Mar 5 03:57:00 UTC 2014
Diffstat (limited to 'community/dd_rescue')
-rw-r--r--community/dd_rescue/PKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/community/dd_rescue/PKGBUILD b/community/dd_rescue/PKGBUILD
index d6d66b673..44b4964b5 100644
--- a/community/dd_rescue/PKGBUILD
+++ b/community/dd_rescue/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 106264 2014-02-26 03:42:27Z fyan $
+# $Id: PKGBUILD 106460 2014-03-04 02:06:59Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Zerial <fernando@zerial.org>
# Contributor: Patrick Leslie Polzer <leslie.polzer@gmx.net>
# Contributor: Jose Riha <jose1711 gmail com>
pkgname=dd_rescue
-pkgver=1.41
+pkgver=1.42
pkgrel=1
pkgdesc="A dd version that is very useful for data-recovery"
url="http://www.garloff.de/kurt/linux/ddrescue/"
@@ -14,6 +14,12 @@ depends=('glibc')
arch=('x86_64' 'i686')
source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz")
+prepare() {
+ cd $pkgname
+ # Don't install to /usr/lib64
+ sed -i '/LIBDIR = \/usr\/lib64/d' Makefile
+}
+
build() {
cd $pkgname
make
@@ -24,4 +30,4 @@ package() {
make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
}
-md5sums=('f5d89c365cbc404b263abd2f94ea60b5')
+sha512sums=('ef9475c8b64d7d2faeee01544994746e91e7068041a2bd381e28588c15b722daebe142f9d87afe354a3d16783951b8c14a8db665b063d3891f99c60e32c7eaa8')