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

X Strike Force X.Org X11 SVN commit: r499 - trunk/debian



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



Reply to: