Browse Source

aufs: fixed determination of aufs kernel sources

stable/0.2
Christian Wiese 14 years ago
parent
commit
430efd3253
  1. 2
      filesystem/aufs/pkg_linux_post.conf

2
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

Loading…
Cancel
Save