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