From aea9727f0f69d57e67a83bfcef60ed32d963d7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 25 Mar 2013 09:01:16 +0200 Subject: [PATCH] rm -f tarball. it may not be there if the unpacked source was organized there some other ways than wget (builder) --- tools/isolinux.bin.update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/isolinux.bin.update b/tools/isolinux.bin.update index 1f2e1c6..502fac3 100755 --- a/tools/isolinux.bin.update +++ b/tools/isolinux.bin.update @@ -34,4 +34,4 @@ echo "Copying isolinux.bin to $(realpath ../../bootfiles/isolinux.bin)" cd .. rm -Rf $PKG -rm $PKGTGZ +rm -f $PKGTGZ