linux-tkg: Fix community-patches path for submodules
This commit is contained in:
parent
9042fcad49
commit
9392b6c44c
@ -714,7 +714,7 @@ prepare() {
|
|||||||
if [ -n "$_community_patches" ]; then
|
if [ -n "$_community_patches" ]; then
|
||||||
_community_patches=($_community_patches)
|
_community_patches=($_community_patches)
|
||||||
for _p in ${_community_patches[@]}; do
|
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
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -766,7 +766,7 @@ prepare() {
|
|||||||
if [ -n "$_community_patches" ]; then
|
if [ -n "$_community_patches" ]; then
|
||||||
_community_patches=($_community_patches)
|
_community_patches=($_community_patches)
|
||||||
for _p in ${_community_patches[@]}; do
|
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
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -765,7 +765,7 @@ prepare() {
|
|||||||
if [ -n "$_community_patches" ]; then
|
if [ -n "$_community_patches" ]; then
|
||||||
_community_patches=($_community_patches)
|
_community_patches=($_community_patches)
|
||||||
for _p in ${_community_patches[@]}; do
|
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
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user