From 430efd3253acb2ba770e6ce0641454408a3995f0 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sat, 12 Mar 2011 18:41:35 +0100 Subject: [PATCH] aufs: fixed determination of aufs kernel sources --- filesystem/aufs/pkg_linux_post.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/aufs/pkg_linux_post.conf b/filesystem/aufs/pkg_linux_post.conf index 1a37a8897..c7b95ef1f 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}-standalone-linux aufs` +pkg_aufs_source_file=`match_source_file -p aufs${pkg_aufs_ver}-standalone aufs` # extracting Aufs sources into a tempdir if we found a matching source file if [ ! -z "$pkg_aufs_source_file" ]; then