summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2015-08-28 02:40:54 -0400
committerbrent s2015-08-28 02:40:54 -0400
commit337ee2999381a1345d2f72480a2c24edcb73e02b (patch)
treef24eeab06c6ea8c6943d73fbaa62222114da1b14 /PKGBUILD
parente544b6387ae95b997c5f008bf8b372bdd2463650 (diff)
downloadaur-337ee2999381a1345d2f72480a2c24edcb73e02b.tar.gz
updating for new /usr/bin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7173a435bd8a..77a9754f3029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=scrounge-ntfs
pkgver=0.9
-pkgrel=2
+pkgrel=3
pkgdesc="Data recovery program for NTFS file systems"
arch=('i686' 'x86_64')
-url="http://memberwebs.com/stef/software/scrounge/"
+url="http://thewalter.net/stef/software/scrounge/"
license=('BSD')
groups=()
depends=()
@@ -23,8 +23,8 @@ md5sums=('851cbb9a1ce417cf61f2612626a1bc58')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
- make || return 1
+ ./configure --prefix=/usr --sbindir=/usr/bin
+ make
}
package() {