[kernel] r9660 - dists/trunk/linux-kbuild-2.6/debian

Bastian Blank waldi at alioth.debian.org
Sun Oct 14 10:08:05 UTC 2007


Author: waldi
Date: Sun Oct 14 10:08:05 2007
New Revision: 9660

Log:
debian/rules: Fix rsync exclusion.


Modified:
   dists/trunk/linux-kbuild-2.6/debian/rules

Modified: dists/trunk/linux-kbuild-2.6/debian/rules
==============================================================================
--- dists/trunk/linux-kbuild-2.6/debian/rules	(original)
+++ dists/trunk/linux-kbuild-2.6/debian/rules	Sun Oct 14 10:08:05 2007
@@ -24,7 +24,7 @@
 TAR_ORIG = $(firstword $(wildcard ../$(TAR_ORIG_NAME)) $(wildcard ../orig/$(TAR_ORIG_NAME)))
 
 orig: $(DIR_ORIG)
-	rsync --delete --exclude debian --exclude .svk --exclude .svn --link-dest=$(DIR_ORIG)/ -a $(DIR_ORIG)/ .
+	rsync --delete --exclude debian --exclude src --exclude .svk --exclude .svn --link-dest=$(DIR_ORIG)/ -a $(DIR_ORIG)/ .
 
 $(DIR_ORIG):
 ifeq ($(TAR_ORIG),)



More information about the Kernel-svn-changes mailing list