diff --git a/linux54-tkg/PKGBUILD b/linux54-tkg/PKGBUILD index d3e580d..66b2cca 100644 --- a/linux54-tkg/PKGBUILD +++ b/linux54-tkg/PKGBUILD @@ -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 diff --git a/linux55-tkg/PKGBUILD b/linux55-tkg/PKGBUILD index bc399c1..efdbaa3 100644 --- a/linux55-tkg/PKGBUILD +++ b/linux55-tkg/PKGBUILD @@ -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 diff --git a/linux56-rc-tkg/PKGBUILD b/linux56-rc-tkg/PKGBUILD index bd2708f..f24308d 100644 --- a/linux56-rc-tkg/PKGBUILD +++ b/linux56-rc-tkg/PKGBUILD @@ -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