Adjust community-patches path for the new unified-builder path
This commit is contained in:
parent
e9fb606121
commit
97b7e32dc6
@ -1055,12 +1055,12 @@ _tkg_srcprep() {
|
||||
|
||||
# Community patches
|
||||
if [ -n "$_community_patches" ]; then
|
||||
if [ ! -d "$_where/../../community-patches" ]; then
|
||||
cd "$_where/../.." && git clone https://github.com/Frogging-Family/community-patches.git && cd "${srcdir}/${_srcpath}"
|
||||
if [ ! -d "$_where/../community-patches" ]; then
|
||||
cd "$_where/.." && git clone https://github.com/Frogging-Family/community-patches.git && cd "${srcdir}/${_srcpath}"
|
||||
fi
|
||||
_community_patches=($_community_patches)
|
||||
for _p in ${_community_patches[@]}; do
|
||||
ln -s "$_where"/../../community-patches/linux"$_basever"-tkg/$_p "$_where"/
|
||||
ln -s "$_where"/../community-patches/linux"$_basever"-tkg/$_p "$_where"/
|
||||
done
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user