Author: dnusinow
Date: 2005-08-04 23:41:27 -0500 (Thu, 04 Aug 2005)
New Revision: 499

Modified:
   trunk/debian/rules
Log:
- In debian/rules add missing flag to grep that allows prune-upstream-tree
  to actually work by suppressing file names in output


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules  2005-08-05 01:55:05 UTC (rev 498)
+++ trunk/debian/rules  2005-08-05 04:41:27 UTC (rev 499)
@@ -666,7 +666,7 @@
 prune-upstream-tree:
        # Ensure we're in the correct directory.
        dh_testdir
-       grep -rv '^#' debian/prune/ | xargs --no-run-if-empty rm -rf
+       grep -rvh '^#' debian/prune/ | xargs --no-run-if-empty rm -rf
 
 # Change to what should be the correct directory, ensure it is, and if
 # so, create the .orig.tar.gz file.  Exclude the debian directory and its


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to