debian/rules: Fix rsync exclusion.

svn path=/dists/trunk/linux-kbuild-2.6/; revision=9660
This commit is contained in:
Bastian Blank 2007-10-14 10:08:05 +00:00
parent 74c5f21702
commit e1b432f7bf
1 changed files with 1 additions and 1 deletions

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