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