[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] Re: [PATCH] Remove .pc/*/.pc files
From: |
Andreas Gruenbacher |
Subject: |
[Quilt-dev] Re: [PATCH] Remove .pc/*/.pc files |
Date: |
Mon, 27 Oct 2003 15:57:25 +0100 |
Here is another incremental patch:
diff -u quilt/diff.in quilt/diff.in
--- quilt/diff.in 27 Oct 2003 11:48:02 -0000
+++ quilt/diff.in 27 Oct 2003 14:12:51 -0000
@@ -241,7 +241,7 @@
# (which represent files that the patch creates). Those may have
# been created in the meantime, but patch would refuse to touch
# them: We must remove them here.
- find $workdir -type f -size 0 -exec rm '{}' ';'
+ find $workdir -type f -size 0 -exec rm -f '{}' ';'
if ! cd $workdir
then
diff -u quilt/snapshot.in quilt/snapshot.in
--- quilt/snapshot.in 27 Oct 2003 11:48:02 -0000
+++ quilt/snapshot.in 27 Oct 2003 14:12:51 -0000
@@ -96,7 +96,7 @@
# (which represent files that the patch creates). Those may have
# been created in the meantime, but patch would refuse to touch
# them: We must remove them here.
-find .pc/$snap_subdir -type f -size 0 -exec rm '{}' ';'
+find .pc/$snap_subdir -type f -size 0 -exec rm -f '{}' ';'
### Local Variables:
### mode: shell-script
Cheers,
--
Andreas Gruenbacher <address@hidden>
SuSE Labs, SuSE Linux AG <http://www.suse.de/>