@ -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
@ -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 )