diff options
author | Michael Vogt <egon@bottom> | 2006-03-30 03:37:52 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-03-30 03:37:52 +0200 |
commit | a07f63d9f23dbd619663c33b4eee10e86ae26672 (patch) | |
tree | f8362966e2266fdbaa9b0deb6c7073b122237232 | |
parent | deb8d32b776073592c9e77a1f3786c251cc8f5eb (diff) | |
parent | c7632893893e965666ab7604736e6879b70fd852 (diff) |
* merged from mainline
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ebd3740fe..5647ebd23 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)-$(DEBVER);tar xf -) + tar -c --exclude=arch-build -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)) |