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

@@ -23,7 +23,7 @@ post_unpack()
chmod -v 644 Makefile.SH &&
chmod -v 644 utils/Makefile.SH
patches=$(ls "$cfg_package_spec_dir"/patches-${version}/*.patch)
patches=$(ls "$pkg_dir"/patches-${version}/*.patch)
if [ -n "$patches" ]; then
cat $patches | patch -p1
fi