|
|
@@ -149,8 +149,8 @@ jobs:
|
|
|
|
|
|
if [ "${{ inputs.kernelsu_variant }}" == "Official" ]; then
|
|
|
echo "Applying SUSFS patches for Official KernelSU..."
|
|
|
- cp ../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./KernelSU/
|
|
|
cd ./KernelSU
|
|
|
+ cp ../../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./
|
|
|
patch -p1 --forward < 10_enable_susfs_for_ksu.patch
|
|
|
elif [ "${{ inputs.kernelsu_variant }}" == "Next" ]; then
|
|
|
echo "Applying SUSFS patches for KernelSU-Next..."
|
|
|
@@ -159,8 +159,8 @@ jobs:
|
|
|
patch -p1 --forward < KernelSU-Next-Implement-SUSFS-v1.5.5-Universal.patch || true
|
|
|
elif [ "${{ inputs.kernelsu_variant }}" == "MKSU" ]; then
|
|
|
echo "Applying SUSFS patches for MKSU..."
|
|
|
- cp ../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./KernelSU/
|
|
|
cd ./KernelSU
|
|
|
+ cp ../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./
|
|
|
patch -p1 --forward < 10_enable_susfs_for_ksu.patch || true
|
|
|
|
|
|
echo "Applying MKSU specific SUSFS patch..."
|