From 4fee29faf3aec0ffd6d6583f5cbf2955a9858e2d Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Wed, 24 Jun 2009 01:35:28 +0000 Subject: [PATCH] add -f to two rm lines --- src/usr/sbin/sbopkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index d421c31..9204aa8 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -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