[arch-commits] CVS update of extra/system/aufs (PKGBUILD)

Paul Mattal paul at archlinux.org
Tue Oct 23 13:58:45 UTC 2007


    Date: Tuesday, October 23, 2007 @ 09:58:45
  Author: paul
    Path: /home/cvs-extra/extra/system/aufs

Modified: PKGBUILD (1.2 -> 1.3)

upgpkg: aufs 20071017-3
aufs refactored as aufs and aufs-utils


----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)


Index: extra/system/aufs/PKGBUILD
diff -u extra/system/aufs/PKGBUILD:1.2 extra/system/aufs/PKGBUILD:1.3
--- extra/system/aufs/PKGBUILD:1.2	Fri Oct 19 10:23:03 2007
+++ extra/system/aufs/PKGBUILD	Tue Oct 23 09:58:45 2007
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.2 2007/10/19 14:23:03 paul Exp $
+# $Id: PKGBUILD,v 1.3 2007/10/23 13:58:45 paul Exp $
 # Contributor: Paul Mattal <paul at mattal.com>
 # Maintainer: Paul Mattal <pjmattal at elys.com>
 pkgname=aufs
 pkgver=20071017
-pkgrel=2
+pkgrel=3
 _kernver='2.6.23-ARCH'
 pkgdesc="Another Unionfs Implementation that supports NFS branches"
 arch=('i686')
 url="http://aufs.sourceforge.net/"
 license=('GPL2')
-depends=('kernel26>=2.6.23.1-3' 'glibc')
+depends=('kernel26>=2.6.23.1-3' 'glibc' 'aufs-utils')
 install=$pkgname.install
 source=(http://gerolde.archlinux.org/~paul/$pkgname-$pkgver.tar.gz)
 md5sums=('804d2b634dac3ff3d4d35c7513a12edd')
@@ -33,11 +33,6 @@
   # install
   install -D -m644 fs/aufs/aufs.ko \
     $startdir/pkg/lib/modules/$_kernver/fs/aufs/aufs.ko || return 1
-  install -D -m755 util/aufind.sh $startdir/pkg/usr/bin/aufind.sh || return 1
-  install -D -m755 util/aulchown $startdir/pkg/usr/bin/aulchown || return 1
-  install -D -m755 util/auplink $startdir/pkg/usr/bin/auplink || return 1
-  install -D -m755 util/mount.aufs $startdir/pkg/sbin/mount.aufs || return 1
-  install -D -m755 util/umount.aufs $startdir/pkg/sbin/umount.aufs || return 1
 
   # tweak the install script for the right kernel version
   sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \




More information about the arch-commits mailing list