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

@@ -24,7 +24,7 @@ post_unpack()
{
ln -fs ../ports ../eglibc-$version/libc/ports
patches=$(ls "$cfg_package_spec_dir"/patches/*.patch)
patches=$(ls "$pkg_dir"/patches/*.patch)
cd ../eglibc-$version
if [ -n "$patches" ]; then