|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../aufs/pkg_linux_post.conf |
|
|
|
|
# Copyright (C) 2010 - 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2010 - 2012 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -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 aufs` |
|
|
|
|
pkg_aufs_source_file=`match_source_file -p aufs3-standalone-${pkg_aufs_ver} aufs` |
|
|
|
|
|
|
|
|
|
# extracting Aufs sources into a tempdir if we found a matching source file |
|
|
|
|
if [ ! -z "$pkg_aufs_source_file" ]; then |
|
|
|
|