From f16138ec4b14987da45511bb10a25f2fa888d49b Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Tue, 24 Mar 2009 07:40:20 +0000 Subject: [PATCH] debian/rules: Only copy part of the orig. svn path=/dists/trunk/linux-kbuild-2.6/; revision=13229 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9596b7d05ad2..25d147c7d297 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 src --exclude .svk --exclude .svn --link-dest=$(DIR_ORIG)/ -a $(DIR_ORIG)/ . + rsync --delete --link-dest=$(CURDIR)/$(DIR_ORIG)/kbuild/ -a $(DIR_ORIG)/kbuild/ kbuild $(DIR_ORIG): ifeq ($(TAR_ORIG),)