[arch-commits] Commit in reiserfsprogs/trunk (PKGBUILD)
Tobias Powalowski
tpowa at nymeria.archlinux.org
Tue May 21 09:56:20 UTC 2013
Date: Tuesday, May 21, 2013 @ 11:56:19
Author: tpowa
Revision: 186152
upgpkg: reiserfsprogs 3.6.22-2
move /sbin to /usr/bin
Modified:
reiserfsprogs/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-21 09:19:30 UTC (rev 186151)
+++ PKGBUILD 2013-05-21 09:56:19 UTC (rev 186152)
@@ -4,7 +4,7 @@
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 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sbindir=/sbin
+ ./configure --prefix=/usr --sbindir=/usr/bin
make
}
More information about the arch-commits
mailing list