Date: Sunday, May 19, 2013 @ 11:32:55 Author: tpowa Revision: 185802 upgpkg: cifs-utils 6.0-2
move /usr/sbin to /usr/bin Modified: cifs-utils/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-19 09:27:42 UTC (rev 185801) +++ PKGBUILD 2013-05-19 09:32:55 UTC (rev 185802) @@ -2,7 +2,7 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=cifs-utils pkgver=6.0 -pkgrel=1 +pkgrel=2 pkgdesc="CIFS filesystem user-space tools" arch=(i686 x86_64) url="http://wiki.samba.org/index.php/LinuxCIFS_utils" @@ -14,7 +14,7 @@ cd "$srcdir/$pkgname-$pkgver" # systemd support is broken in mount.cifs # https://bugs.archlinux.org/task/30958 - ./configure --prefix=/usr --disable-systemd + ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd make }
