wok diff aufs/receipt @ rev 7680
up:fcitx-4.0.1 & remove table modules
author | fireflyoo <lufeng369@gmail.com> |
---|---|
date | Fri Dec 17 20:03:29 2010 +0000 (2010-12-17) |
parents | 35a10ca4f67b |
children | 03d4663c81fa |
line diff
1.1 --- a/aufs/receipt Wed Nov 17 00:59:02 2010 +0000 1.2 +++ b/aufs/receipt Fri Dec 17 20:03:29 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aufs" 1.7 -VERSION="20101116" 1.8 +VERSION="20101214" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="aufs2 kernel module" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -18,12 +18,12 @@ 1.13 TARBALL=$SOURCES_REPOSITORY/$AUFSDIR.tar.gz 1.14 if [ -f $TARBALL ]; then 1.15 tar xzf $TARBALL 1.16 - cd $AUFSDIR && git checkout origin/aufs2 1.17 + cd $AUFSDIR && git checkout origin/aufs2.1-36 1.18 else 1.19 # Aufs2 from git repository 1.20 git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git $AUFSDIR 1.21 tar czf $TARBALL $AUFSDIR 1.22 - cd $AUFSDIR && git checkout origin/aufs2 1.23 + cd $AUFSDIR && git checkout origin/aufs2.1-36 1.24 fi 1.25 cd $src 1.26 1.27 @@ -46,7 +46,7 @@ 1.28 sed -i 's|CONFIG_AUFS_DEBUG =.*|CONFIG_AUFS_DEBUG =|' \ 1.29 config.mk || return 1 1.30 1.31 - patch -Np1 -i ../stuff/aufs2-module-2.6.36.patch 1.32 + #patch -Np1 -i ../stuff/aufs2-module-2.6.36.patch 1.33 #make KDIR=/usr/src/linux clean 1.34 make KDIR=/usr/src/linux 1.35 }