Browse Source

aufs: changed to use a more reasonable filename for aufs kernel sources also reflecting the official aufs version as defined in 'include/linux/aufs_type.h'

user/chris/test/early-mdev
Christian Wiese 14 years ago
parent
commit
280218623a
  1. 2
      filesystem/aufs/aufs.desc
  2. 2
      filesystem/aufs/pkg_linux_post.conf

2
filesystem/aufs/aufs.desc

@ -29,4 +29,4 @@
[P] X -----5---9 800.000
[D] 2059034537 aufs2.1-util.tar.gz !http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-util.git;a=snapshot;h=010636f8915b495a6468c9ed19db5c6cc0e6e1c7;sf=tgz
[D] 532263631 aufs2.1-32.tar.gz !http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-standalone.git;a=snapshot;h=refs/heads/aufs2.1-32;sf=tgz
[D] 718986477 aufs2.1-standalone-linux-2.6.32-20100920.tar.gz !http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-standalone.git;a=snapshot;h=fc6064cb603e72349cac9e0cc44b16ec5e2cd925;sf=tgz

2
filesystem/aufs/pkg_linux_post.conf

@ -14,7 +14,7 @@
# get version of the aufs package and determine file name of the sources
pkg_aufs_ver="$( pkgdesc ver aufs )"
pkg_aufs_source_file=`match_source_file -p aufs${pkg_aufs_ver} aufs`
pkg_aufs_source_file=`match_source_file -p aufs${pkg_aufs_ver}-standalone-linux aufs`
# extracting Aufs sources into a tempdir
pkg_aufs_tempdir=$( mktemp -d )

Loading…
Cancel
Save