debian/rules: Only copy part of the orig.

svn path=/dists/trunk/linux-kbuild-2.6/; revision=13229
This commit is contained in:
Bastian Blank
2009-03-24 07:40:20 +00:00
parent baa4614685
commit f16138ec4b

2
debian/rules vendored
View File

@@ -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),)