summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-06-19 15:14:52 (GMT)
committerColin Watson <cjwatson@debian.org>2007-06-19 15:14:52 (GMT)
commit38b2b4e0dc52ab309c7c405a9ed032fb8126cb87 (patch)
tree9c96a865315cdd3db7a892a000325435ba74b12c /Makefile
parent3243fbc18b87fbcc30d0ca5f8f5f924399df7682 (diff)
downloaddebootstrap-38b2b4e0dc52ab309c7c405a9ed032fb8126cb87.zip
debootstrap-38b2b4e0dc52ab309c7c405a9ed032fb8126cb87.tar.gz
debootstrap-38b2b4e0dc52ab309c7c405a9ed032fb8126cb87.tar.bz2
* Reorganise scripts into scripts/debian/ and scripts/ubuntu/ directories
in the source tree to declutter the top level. r47552
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 2 insertions, 19 deletions
diff --git a/Makefile b/Makefile
index b925697..e907ffe 100644
--- a/Makefile
+++ b/Makefile
@@ -26,25 +26,8 @@ install:
mkdir -p $(DSDIR)/scripts
mkdir -p $(DESTDIR)/usr/sbin
mkdir -p $(DESTDIR)/usr/share/man/man8
- install -o root -g root -m 0644 potato $(DSDIR)/scripts/
- install -o root -g root -m 0644 woody $(DSDIR)/scripts/
- install -o root -g root -m 0644 woody.buildd $(DSDIR)/scripts/
- install -o root -g root -m 0644 sarge $(DSDIR)/scripts/
- install -o root -g root -m 0644 sarge.buildd $(DSDIR)/scripts/
- install -o root -g root -m 0644 sarge.fakechroot $(DSDIR)/scripts/
- install -o root -g root -m 0644 sid $(DSDIR)/scripts/
- install -o root -g root -m 0644 warty $(DSDIR)/scripts/
- install -o root -g root -m 0644 warty.buildd $(DSDIR)/scripts/
- install -o root -g root -m 0644 hoary $(DSDIR)/scripts/
- install -o root -g root -m 0644 hoary.buildd $(DSDIR)/scripts/
- install -o root -g root -m 0644 breezy $(DSDIR)/scripts/
- install -o root -g root -m 0644 dapper $(DSDIR)/scripts/
- install -o root -g root -m 0644 edgy $(DSDIR)/scripts/
- install -o root -g root -m 0644 edgy.fakechroot $(DSDIR)/scripts/
- install -o root -g root -m 0644 feisty $(DSDIR)/scripts/
- install -o root -g root -m 0644 feisty.fakechroot $(DSDIR)/scripts/
- install -o root -g root -m 0644 gutsy $(DSDIR)/scripts/
- install -o root -g root -m 0644 gutsy.fakechroot $(DSDIR)/scripts/
+ 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)/
# no special script for etch anymore