GLUED: renamed cfg_package_spec_dir to pkg_dir.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
post_unpack()
|
||||
{
|
||||
patches=$(ls "$cfg_package_spec_dir/patches-$version/"*.patch\
|
||||
patches=$(ls "$pkg_dir/patches-$version/"*.patch\
|
||||
"$cfg_dir_system/patches/linux/patches-${version}/"*.patch 2>/dev/null)
|
||||
if [ -n "$patches" ]; then
|
||||
cat $patches | patch -p1
|
||||
|
Reference in New Issue
Block a user