summaryrefslogtreecommitdiff
path: root/core/reiserfsprogs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-28 01:10:44 -0700
committerroot <root@rshg054.dnsready.net>2013-05-28 01:10:44 -0700
commit72a09de07cab5e8ad5c3ec7c36814663a3f7a33b (patch)
tree9c774a29dfc7d56aaca8e91b4a00a1c9b24f303d /core/reiserfsprogs
parent39c27ccb8162e4ef41de8f2c354e598aa23bfa29 (diff)
Tue May 28 01:10:44 PDT 2013
Diffstat (limited to 'core/reiserfsprogs')
-rw-r--r--core/reiserfsprogs/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/reiserfsprogs/PKGBUILD b/core/reiserfsprogs/PKGBUILD
index d586f2ed2..d8a134240 100644
--- a/core/reiserfsprogs/PKGBUILD
+++ b/core/reiserfsprogs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 176315 2013-01-29 16:20:21Z andrea $
+# $Id: PKGBUILD 186498 2013-05-27 20:01:02Z tpowa $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=reiserfsprogs
pkgver=3.6.22
-pkgrel=1
+pkgrel=2
pkgdesc="Reiserfs utilities"
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
@@ -16,7 +16,7 @@ md5sums=('91d2fdb5eeaa15c8afcc9e815179690d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sbindir=/sbin
+ ./configure --prefix=/usr --sbindir=/usr/bin
make
}