mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
buildsystem: fix c/p mistake in ef272b04
This commit is contained in:
parent
f81df8cbb1
commit
1b23d0e62d
@ -263,8 +263,8 @@ if [ ! -f $STAMP ]; then
|
||||
rm -rf $INSTALL
|
||||
fi
|
||||
fi
|
||||
if [ -d $PKG_BUILD/.$TARGET_NAME ] ; then
|
||||
rm -rf $PKG_BUILD/.$TARGET_NAME
|
||||
if [ -d $ROOT/$PKG_BUILD/.$TARGET_NAME ] ; then
|
||||
rm -rf $ROOT/$PKG_BUILD/.$TARGET_NAME
|
||||
fi
|
||||
|
||||
# setup configure script
|
||||
|
Loading…
x
Reference in New Issue
Block a user