From 280218623a4acb263bc9c016c512b90b9e49fd85 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 12 Oct 2010 14:22:51 +0200 Subject: [PATCH] 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' --- filesystem/aufs/aufs.desc | 2 +- filesystem/aufs/pkg_linux_post.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filesystem/aufs/aufs.desc b/filesystem/aufs/aufs.desc index 7a37a5147..f6c260317 100644 --- a/filesystem/aufs/aufs.desc +++ b/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 diff --git a/filesystem/aufs/pkg_linux_post.conf b/filesystem/aufs/pkg_linux_post.conf index 3b5702f95..ad8aad555 100644 --- a/filesystem/aufs/pkg_linux_post.conf +++ b/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 )