|
@@ -213,7 +213,7 @@ jobs:
|
|
|
|
|
|
|
|
if [ -d "$KERNEL_PATCHES/samsung/${{ inputs.branch }}" ]; then
|
|
if [ -d "$KERNEL_PATCHES/samsung/${{ inputs.branch }}" ]; then
|
|
|
echo "Directory exists, applying fixes"
|
|
echo "Directory exists, applying fixes"
|
|
|
- cp "$KERNEL_PATCHES/samsung/${{ inputs.branch }}/"* ./
|
|
|
|
|
|
|
+ cp "$KERNEL_PATCHES/samsung/${{ inputs.branch }}/"*.patch ./
|
|
|
|
|
|
|
|
# Fix SUSFS rejects
|
|
# Fix SUSFS rejects
|
|
|
for p in *.patch; do
|
|
for p in *.patch; do
|