diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-28 20:46:03 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-28 20:46:03 +0200 |
commit | c7632893893e965666ab7604736e6879b70fd852 (patch) | |
tree | 44f4f98f284f596d2d6e03c183fe53c467e9a394 /debian/rules | |
parent | 4d745d64da784908e26a2a3a4ec00e8394b9e3c6 (diff) |
* fix another bug in arch-build
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 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)) |