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