summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-11-29 10:23:56 (GMT)
committerColin Watson <cjwatson@debian.org>2007-11-29 10:23:56 (GMT)
commit9fb668b43be46493044428e3c310d37649b4506f (patch)
tree46cf436232ae2022c159937c72cb9de4609fd16c /Makefile
parentfb27c1082474c20a843046b4402d842dc05b96d8 (diff)
downloaddebootstrap-9fb668b43be46493044428e3c310d37649b4506f.zip
debootstrap-9fb668b43be46493044428e3c310d37649b4506f.tar.gz
debootstrap-9fb668b43be46493044428e3c310d37649b4506f.tar.bz2
* Partially revert r50134; there are people who depend on being able to
use the "upstream" Makefile on non-Debian systems. Create necessary directories in the Makefile rather than relying on dh_installdirs to do it (LP: #172645). r50279
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4388ffb..622ce33 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,9 @@ clean:
DSDIR=$(DESTDIR)/usr/share/debootstrap
install:
- # Dirs are created by dh_installdirs
+ mkdir -p $(DSDIR)/scripts
+ mkdir -p $(DESTDIR)/usr/sbin
+
install -o root -g root -m 0644 scripts/debian/* $(DSDIR)/scripts/
install -o root -g root -m 0644 scripts/ubuntu/* $(DSDIR)/scripts/
install -o root -g root -m 0644 functions $(DSDIR)/