diff --git a/local/scripts/apply-patches.sh b/local/scripts/apply-patches.sh index b9bfef53..ac7a35f3 100755 --- a/local/scripts/apply-patches.sh +++ b/local/scripts/apply-patches.sh @@ -137,7 +137,7 @@ if [ -d "recipes/wip/services/grub" ] && [ ! -L "recipes/wip/services/grub" ]; t rm -rf "recipes/wip/services/grub" fi if [ ! -e "recipes/wip/services/grub" ]; then - symlink "../../../../local/recipes/core/grub" "recipes/wip/services/grub" + symlink "../../../local/recipes/core/grub" "recipes/wip/services/grub" fi # Wayland additions diff --git a/recipes/wip/services/grub b/recipes/wip/services/grub index ec3b2ed8..b0a182e9 120000 --- a/recipes/wip/services/grub +++ b/recipes/wip/services/grub @@ -1 +1 @@ -../../../../local/recipes/core/grub \ No newline at end of file +../../../local/recipes/core/grub \ No newline at end of file