summaryrefslogtreecommitdiff
path: root/community/smbnetfs/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-22 11:48:08 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-22 11:48:08 -0300
commitdfccf2688839095bf2917186529e15f438a86a27 (patch)
tree79e7fcbe95952d0361e4d69590ce1dc6fde15468 /community/smbnetfs/PKGBUILD
parentddb6519616b89709bff2278f935b735e67426504 (diff)
parent859f538490d5f7a35356c8813cf5757b175eea98 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/mingw32-binutils/PKGBUILD community/numlockx/PKGBUILD community/slock/PKGBUILD extra/graphviz/PKGBUILD
Diffstat (limited to 'community/smbnetfs/PKGBUILD')
-rw-r--r--community/smbnetfs/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/smbnetfs/PKGBUILD b/community/smbnetfs/PKGBUILD
index 94c8f7be9..5f6554be9 100644
--- a/community/smbnetfs/PKGBUILD
+++ b/community/smbnetfs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 38375 2011-01-26 10:26:56Z spupykin $
+# $Id: PKGBUILD 58938 2011-11-20 14:35:52Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
@@ -15,12 +15,12 @@ backup=(etc/smbnetfs/.smb/smb.conf \
etc/smbnetfs/.smb/smbnetfs.auth \
etc/smbnetfs/.smb/smbnetfs.host)
install=smbnetfs.install
-options=(force docs)
+options=(docs)
source=(http://downloads.sourceforge.net/smbnetfs/$pkgname-$pkgver.tar.bz2 \
rc-smbnetfs \
conf-smbnetfs)
md5sums=('66d1477ca981f5a07b4b21c6bdbdc442'
- '68c824ba670aa9173382d17eae574e8f'
+ 'b6cff0ee75cafd739ad44216236b5e28'
'e150c4cd894cc6ade11b94c95cf17ec4')
build() {
@@ -32,7 +32,7 @@ build() {
mv $pkgdir/usr/share/doc/smbnetfs* $pkgdir/usr/share/doc/smbnetfs
- mkdir -p $pkgdir/etc/smbnetfs/.smb && \
+ mkdir -p $pkgdir/etc/smbnetfs/.smb
install -D -m 0644 $srcdir/$pkgname-$pkgver/conf/* $pkgdir/etc/smbnetfs/.smb/
# install -D -m 0644 $srcdir/$pkgname-$pkgver/doc/INSTALL $pkgdir/usr/share/doc/smbnetfs/INSTALL
install -D -m 0644 $srcdir/$pkgname-$pkgver/README $pkgdir/usr/share/doc/smbnetfs/README