debian/rules: Exclude src from orig.

svn path=/dists/trunk/linux-kbuild-2.6/; revision=6519
This commit is contained in:
Bastian Blank 2006-05-01 21:24:59 +00:00
parent 73c211949c
commit 0ac73fb1e9
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -18,7 +18,7 @@ $(BUILD_DIR) $(STAMPS_DIR):
@[ -d $@ ] || mkdir $@
orig: ../orig/linux-kbuild-$(MAJOR)-$(VERSION)
rsync --delete --exclude debian --exclude .svn --link-dest=$^/ -av $^/ .
rsync --delete --exclude debian --exclude src --exclude .svn --link-dest=$^/ -av $^/ .
../orig/linux-kbuild-$(MAJOR)-$(VERSION):
if [ -f "../linux-kbuild-$(MAJOR)_$(VERSION).orig.tar.gz" ]; then \