From 1d76a60839fd7d68501ed08f75bfc4684ede0759 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 5 Dec 2005 19:04:38 +0100 Subject: * fixed arch-build to actually do a bzr-build ;) --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 1ff49b61..b5351d20 100755 --- a/debian/rules +++ b/debian/rules @@ -88,10 +88,10 @@ binary-arch: build install dh_builddeb arch-build: - rm -rf debian/arch-build - mkdir -p debian/arch-build/$(PKG)-$(DEBVER) - baz inventory -s | xargs cp -a --parents --target=debian/arch-build/$(PKG)-$(DEBVER) - (cd debian/arch-build/$(PKG)-$(DEBVER); $(DEB_BUILD_PROG)) + rm -rf debian/arch-build + mkdir -p debian/arch-build/$(PKG)-$(DEBVER) + tar -c --exclude=arch-build -f - `bzr inventory` | (cd debian/arch-build/$(PKG)-$(DEBVER);tar xf -) + (cd debian/arch-build/$(PKG)-$(DEBVER) && $(DEB_BUILD_PROG)) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install arch-build -- cgit v1.2.3