mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 19:26:50 +00:00
adapt scripts/unpack for elisa and alike packages to patch properly
This commit is contained in:
parent
0e515634a8
commit
7c4bbbd73d
@ -56,7 +56,7 @@ for i in $PKG_DIR/patches/*.diff*; do
|
|||||||
continue;
|
continue;
|
||||||
else
|
else
|
||||||
echo "## Applying patch: $i"
|
echo "## Applying patch: $i"
|
||||||
cat $i | patch -d $BUILD/$1* -p1 >&$VERBOSE_OUT
|
cat $i | patch -d `echo $BUILD/$1* | cut -f1 -d\ ` -p1 >&$VERBOSE_OUT
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user