add -rf to rm $SRCNM1

This commit is contained in:
shelldweller 2023-11-28 08:55:53 -06:00
parent d40fe52c3b
commit 9eb0df9a6c
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ PATH=$TMP/autoconf-tmp/usr/bin:$PATH
# Build New Moon # Build New Moon
cd $TMP cd $TMP
rm -rf Pale-Moon rm -rf Pale-Moon
rm $SRCNAM1 rm -rf $SRCNAM1
git clone https://repo.palemoon.org/MoonchildProductions/Pale-Moon.git git clone https://repo.palemoon.org/MoonchildProductions/Pale-Moon.git
ln -s Pale-Moon $SRCNAM1 ln -s Pale-Moon $SRCNAM1
cd $SRCNAM1 cd $SRCNAM1