[arch-commits] CVS update of arch/build/daemons/samba (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Thu Aug 16 20:55:35 UTC 2007


    Date: Thursday, August 16, 2007 @ 16:55:35
  Author: tpowa
    Path: /home/cvs-arch/arch/build/daemons/samba

Modified: PKGBUILD (1.91 -> 1.92)

'upgpkg: removed umount.cifs and mount.cifs from server package


----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


Index: arch/build/daemons/samba/PKGBUILD
diff -u arch/build/daemons/samba/PKGBUILD:1.91 arch/build/daemons/samba/PKGBUILD:1.92
--- arch/build/daemons/samba/PKGBUILD:1.91	Mon Jul  2 16:27:03 2007
+++ arch/build/daemons/samba/PKGBUILD	Thu Aug 16 16:55:34 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.91 2007/07/02 20:27:03 andyrtr Exp $
+# $Id: PKGBUILD,v 1.92 2007/08/16 20:55:34 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=samba
 pkgver=3.0.25b
@@ -6,7 +6,7 @@
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
 _realver=3.0.25b
-pkgrel=1
+pkgrel=2
 pkgdesc="Tools to access a server's filespace and printers via SMB"
 arch=(i686 x86_64)
 url="http://www.samba.org"
@@ -70,4 +70,7 @@
   rm -f ${startdir}/pkg/usr/share/man/man7/libsmbclient.7
 
   rm -f ${startdir}/pkg/usr/include/libsmbclient.h
+  # remove mount and umount.cifs
+  rm $startdir/pkg/usr/sbin/mount.cifs
+  rm $startdir/pkg/usr/sbin/umount.cifs
 }




More information about the arch-commits mailing list