summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorFrans Pop <fjp@debian.org>2007-11-12 11:24:27 (GMT)
committerFrans Pop <fjp@debian.org>2007-11-12 11:24:27 (GMT)
commit9ceb341b602c7a61164ab285f5ba66ba2fe5b29d (patch)
tree9e59188eb6d1f4b07cd282ac1f25a91fa9bbf4c1 /debian/rules
parent565afadb392fd5e54de62c8e00d8e67e89204746 (diff)
downloaddebootstrap-9ceb341b602c7a61164ab285f5ba66ba2fe5b29d.zip
debootstrap-9ceb341b602c7a61164ab285f5ba66ba2fe5b29d.tar.gz
debootstrap-9ceb341b602c7a61164ab285f5ba66ba2fe5b29d.tar.bz2
* No longer include full devices tarball in udeb.
Requires base-installer 1.85. r50105
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index dcacfc2..99383a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,8 +30,8 @@ install: real-build
dh_installdirs
# install the package into debian/debootstrap
- $(MAKE) install-allarch DESTDIR=$(CURDIR)/debian/debootstrap
- $(MAKE) install-arch DESTDIR=$(CURDIR)/debian/debootstrap-udeb
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/debootstrap
+ $(MAKE) install-udeb DESTDIR=$(CURDIR)/debian/debootstrap-udeb
binary-indep: install
# We have nothing to do by default.