mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
scripts: fix some STAMP filenames
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4c9fdf7484
commit
eb84546523
@ -39,7 +39,7 @@ clean ()
|
||||
else
|
||||
rm -rf $PKG_BUILD
|
||||
rm -f $STAMPS/$1*/unpack
|
||||
rm -f $STAMPS/$1*/build
|
||||
rm -f $STAMPS/$1*/build_*
|
||||
fi
|
||||
}
|
||||
|
||||
|
@ -138,7 +138,7 @@ for config in `find $BUILD/$1* -name config.guess | sed 's/config.guess//'`; do
|
||||
[ -f "$config/configure.sub" ] && cp -f $SCRIPTS/configtools/config.sub $config/configure.sub
|
||||
done
|
||||
|
||||
rm -f $STAMPS/$1/build
|
||||
rm -f $STAMPS/$1/build_*
|
||||
|
||||
for i in `sed -n "s/^\([^#].*\)=\".*$/\1/p" $PROJECT_DIR/$PROJECT/options | grep -v "#"`; do
|
||||
eval val=\$$i
|
||||
|
Loading…
x
Reference in New Issue
Block a user