aufs2-util: update url

aufs3-util: fix PKGBUILD
This commit is contained in:
Phil 2011-08-16 23:08:53 +00:00
parent 36b5c4b2e2
commit ec9a0237aa

View File

@ -7,9 +7,9 @@ rm -R aufs-util.git
git clone git://aufs.git.sourceforge.net/gitroot/aufs/aufs-util.git git clone git://aufs.git.sourceforge.net/gitroot/aufs/aufs-util.git
cd aufs-util cd aufs-util
#git checkout origin/aufs2${AUFS2VERSION} #git checkout origin/aufs2${AUFS2VERSION}
git checkout origin/aufs3 git checkout origin/aufs2.2
#*** apply "aufs2-base.patch" and "aufs2-standalone.patch" to your kernel source files. #*** apply "aufs2-base.patch" and "aufs2-standalone.patch" to your kernel source files.
cd .. cd ..
rm -rf aufs3-util-${GITSNAPSHOT} rm -rf aufs2-util-${GITSNAPSHOT}
cp -a aufs3-util aufs3-util-${GITSNAPSHOT} cp -a aufs-util aufs2-util-${GITSNAPSHOT}
tar -czf aufs3-util-${GITSNAPSHOT}.tar.gz --exclude=.git aufs3-util-${GITSNAPSHOT} tar -czf aufs2-util-${GITSNAPSHOT}.tar.gz --exclude=.git aufs2-util-${GITSNAPSHOT}