summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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