GLUED: renamed cfg_package_spec_dir to pkg_dir.

This commit is contained in:
Ricardo Martins
2014-02-04 07:44:17 +00:00
parent 6d110a03f9
commit 8fe415232d
44 changed files with 54 additions and 54 deletions

View File

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