[Pkg-xfce-commits] r3099 - scripts/pbuilder

Yves-Alexis Perez corsac at alioth.debian.org
Wed Apr 8 06:51:55 UTC 2009


Author: corsac
Date: 2009-04-08 06:51:55 +0000 (Wed, 08 Apr 2009)
New Revision: 3099

Modified:
   scripts/pbuilder/pdebuild-sources.sh
Log:
clean using rm -f because cached files belong to root


Modified: scripts/pbuilder/pdebuild-sources.sh
===================================================================
--- scripts/pbuilder/pdebuild-sources.sh	2009-04-08 06:51:09 UTC (rev 3098)
+++ scripts/pbuilder/pdebuild-sources.sh	2009-04-08 06:51:55 UTC (rev 3099)
@@ -47,7 +47,7 @@
                    -name '*.changes' -exec dcmd rm {} \;
                # pbuilder dirs
                find $SCRIPTSDIR/pbuilder/xfce/cache -type f \
-                   -exec rm {} \;
+                   -exec rm -f {} \;
 		echo "done."
 		exit 0
 		;;




More information about the Pkg-xfce-commits mailing list