summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-10-19 08:31:30 (GMT)
committerColin Watson <cjwatson@debian.org>2007-10-19 08:31:30 (GMT)
commit6897b3a9a005bffa09f9b617cc8222ac639fe1f5 (patch)
treeb825443c65a735129e3a9091c191c4cf28543645 /Makefile
parent5afdd88eb2bcd1b99247d891d48b13c45d45800e (diff)
downloaddebootstrap-6897b3a9a005bffa09f9b617cc8222ac639fe1f5.zip
debootstrap-6897b3a9a005bffa09f9b617cc8222ac639fe1f5.tar.gz
debootstrap-6897b3a9a005bffa09f9b617cc8222ac639fe1f5.tar.bz2
* Add (Ubuntu) hardy as a symlink to gutsy.
r49815
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9500079..82bfd23 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,8 @@ install:
ln -s sid $(DSDIR)/scripts/etch
ln -s sid $(DSDIR)/scripts/lenny
+ ln -s gutsy $(DSDIR)/scripts/hardy
+
install -o root -g root -m 0755 debootstrap.8 $(DESTDIR)/usr/share/man/man8/
sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap
chown root:root $(DESTDIR)/usr/sbin/debootstrap