diff options
author | Michael Vogt <egon@bottom> | 2006-04-26 12:55:06 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-04-26 12:55:06 +0200 |
commit | 2268ad65d9f36433f2b3d46e05e8782285641ee3 (patch) | |
tree | c810ed490287038312ab32f8ced18e783aab8309 /debian/rules | |
parent | ce95a6f99ffa7bcb225bd9dd28dd73ee77553eb5 (diff) | |
parent | 432b168ce4ec7a7c2caef44c0c8470c7197d58b3 (diff) |
* merged with mainline
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 5647ebd23..a8bf88762 100755 --- a/debian/rules +++ b/debian/rules @@ -336,6 +336,6 @@ cvs-mkul: arch-build: rm -rf debian/arch-build mkdir -p debian/arch-build/apt-$(APT_DEBVER) - tar -c --exclude=arch-build -f - `bzr inventory` | (cd debian/arch-build/$(PKG)-$(APT_DEBVER);tar xf -) + tar -c --exclude=arch-build --no-recursion -f - `bzr inventory` | (cd debian/arch-build/$(PKG)-$(APT_DEBVER);tar xf -) $(MAKE) -C debian/arch-build/apt-$(APT_DEBVER) startup doc (cd debian/arch-build/apt-$(APT_DEBVER); $(DEB_BUILD_PROG)) |