From e1b432f7bf2a447cb663c6983f91e959bf282207 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Sun, 14 Oct 2007 10:08:05 +0000 Subject: [PATCH] debian/rules: Fix rsync exclusion. svn path=/dists/trunk/linux-kbuild-2.6/; revision=9660 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index d0282eb68..14d92e1cc 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ TAR_ORIG_NAME = $(SOURCE)_$(VERSION).orig.tar.gz 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),)