GLUED: renamed cfg_package_spec_dir to pkg_dir.
This commit is contained in:
@@ -20,7 +20,7 @@ maintainer=\
|
||||
|
||||
# post_unpack()
|
||||
# {
|
||||
# patches=$(ls "$cfg_package_spec_dir"/patches/*.patch)
|
||||
# patches=$(ls "$pkg_dir"/patches/*.patch)
|
||||
# if [ -n "$patches" ]; then
|
||||
# cat $patches | patch -p1
|
||||
# fi
|
||||
|
||||
Reference in New Issue
Block a user