mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-29 20:34:34 +01:00
add -f to two rm lines
This commit is contained in:
parent
5f5a7c498a
commit
4fee29faf3
1 changed files with 2 additions and 2 deletions
|
@ -2843,8 +2843,8 @@ build_package() {
|
|||
|
||||
# Cleanup
|
||||
cd $REPO_DIR/$PKGPATH
|
||||
rm $PKGNAME.{info,SlackBuild}.build
|
||||
rm options.build
|
||||
rm -f $PKGNAME.{info,SlackBuild}.build
|
||||
rm -f options.build
|
||||
|
||||
# Let's see the result
|
||||
cd $SB_OUTPUT
|
||||
|
|
Loading…
Add table
Reference in a new issue