summaryrefslogtreecommitdiff
path: root/extra/cifs-utils/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-20 10:35:46 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-20 10:35:46 +0200
commit964dfed2669c05373815ba135efc563e313cf792 (patch)
treef4ccee9d34e51f3a53d7334f4fcec5bf2055a9f2 /extra/cifs-utils/PKGBUILD
parent4f22a5c482279b73ed0140e8962f75169f9b3e57 (diff)
parent383955a81810f344e11b1472bd4c5069fa77020c (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/kvpnc/PKGBUILD extra/bmp/PKGBUILD extra/parted/PKGBUILD extra/python-m2crypto/PKGBUILD extra/vamp-plugin-sdk/PKGBUILD extra/xsane/PKGBUILD libre/syslinux/PKGBUILD
Diffstat (limited to 'extra/cifs-utils/PKGBUILD')
-rw-r--r--extra/cifs-utils/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/cifs-utils/PKGBUILD b/extra/cifs-utils/PKGBUILD
index e6a70c6df..621c57386 100644
--- a/extra/cifs-utils/PKGBUILD
+++ b/extra/cifs-utils/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 182654 2013-04-12 07:11:03Z tpowa $
+# $Id: PKGBUILD 185803 2013-05-19 09:33:05Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=cifs-utils
pkgver=6.0
-pkgrel=1
+pkgrel=2
pkgdesc="CIFS filesystem user-space tools"
arch=(i686 x86_64 'mips64el')
url="http://wiki.samba.org/index.php/LinuxCIFS_utils"
@@ -14,7 +14,7 @@ build() {
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
}