diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-29 15:53:42 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-29 15:53:42 +0200 |
| commit | 4e093f33b5e9da902a69fc8bdf0fd2109a31c2d5 (patch) | |
| tree | 54cc2932cb71aded4e39a71653dea7b540304049 /debian/rules | |
| parent | d19de868ff0230aebfc0920bd31caa64d51ec920 (diff) | |
| parent | dc3dc10c9a2835ffef5708db35dd70344860adab (diff) | |
| download | python-apt-4e093f33b5e9da902a69fc8bdf0fd2109a31c2d5.tar.gz | |
* merged from mvo
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 44224c6f..3b3da7d1 100755 --- a/debian/rules +++ b/debian/rules @@ -96,7 +96,7 @@ binary-arch: build install arch-build: 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 -) + tar -c --exclude=arch-build --no-recursion -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 |
