From 9392b6c44cc7785f0922bd47c5b380091be8c213 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Thu, 26 Mar 2020 16:41:29 +0100 Subject: [PATCH] linux-tkg: Fix community-patches path for submodules --- linux54-tkg/PKGBUILD | 2 +- linux55-tkg/PKGBUILD | 2 +- linux56-rc-tkg/PKGBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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