linux-tkg: Fix community-patches path for submodules

This commit is contained in:
Tk-Glitch 2020-03-26 16:41:29 +01:00
parent 9042fcad49
commit 9392b6c44c
3 changed files with 3 additions and 3 deletions

View File

@ -714,7 +714,7 @@ prepare() {
if [ -n "$_community_patches" ]; then
_community_patches=($_community_patches)
for _p in ${_community_patches[@]}; do
ln -s "$_where"/../community-patches/linux54-tkg/$_p "$_where"/
ln -s "$_where"/../../community-patches/linux54-tkg/$_p "$_where"/
done
fi

View File

@ -766,7 +766,7 @@ prepare() {
if [ -n "$_community_patches" ]; then
_community_patches=($_community_patches)
for _p in ${_community_patches[@]}; do
ln -s "$_where"/../community-patches/linux55-tkg/$_p "$_where"/
ln -s "$_where"/../../community-patches/linux55-tkg/$_p "$_where"/
done
fi

View File

@ -765,7 +765,7 @@ prepare() {
if [ -n "$_community_patches" ]; then
_community_patches=($_community_patches)
for _p in ${_community_patches[@]}; do
ln -s "$_where"/../community-patches/linux56-tkg/$_p "$_where"/
ln -s "$_where"/../../community-patches/linux56-tkg/$_p "$_where"/
done
fi