bug-gnuzilla
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Don't bother removing non-existent CVS directories.


From: Thien-Thi Nguyen
Subject: [PATCH] Don't bother removing non-existent CVS directories.
Date: Wed, 17 Feb 2010 12:09:32 +0100

For v3.6 (and perhaps other versions, i haven't checked),
the source tarball has no CVS directories.

Here is a suitable ChangeLog entry:

2010-02-17  Thien-Thi Nguyen  <address@hidden>  (tiny change)

        Don't bother removing non-existent CVS directories.
        * remove.nonfree: Delete command to find/remove CVS directories.

Index: remove.nonfree
===================================================================
--- remove.nonfree      (revisione 99)
+++ remove.nonfree      (copia locale)
@@ -182,9 +182,6 @@
 
 rm -rfv browser/branding/nightly
 
-#remove CVS directories
-find -iname CVS -type d | xargs rm -rvf
-
 patch -p0 < locales-strings.patch
 patch -p0 < nullplugin.patch
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]