mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-04-19 12:07:18 +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;
|
||||
else
|
||||
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
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user