mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
xf86-video-nvidia: fix unpack script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3a5d40d0a5
commit
2bbfb06b10
@ -8,9 +8,9 @@ NV_ARCH=x86
|
||||
[ "$TARGET_ARCH" = x86_64 ] && NV_ARCH=x86_64
|
||||
|
||||
NV_PKG="`echo $PKG_URL | sed 's%.*/\(.*\)$%\1%'`"
|
||||
[ -d $PKG_BUILD ] && rm -rf $PKG_$BUILD
|
||||
[ -d $PKG_BUILD ] && rm -rf $PKG_BUILD
|
||||
|
||||
sh $SOURCES/$1/$NV_PKG --extract-only --target $PKG_$BUILD
|
||||
sh $SOURCES/$1/$NV_PKG --extract-only --target $BUILD/$PKG_NAME-$PKG_VERSION
|
||||
|
||||
echo "### Applying upstream patches ###"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user