summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-01-13 18:48:53 (GMT)
committerColin Watson <cjwatson@debian.org>2009-01-13 18:48:53 (GMT)
commitdd07a8259dff216f18791f3350fc5f30f011fb44 (patch)
treea324d23709d777179f402b85d659fc051128ce1f /Makefile
parent52da9e60be19b06003be50f8184497a2c9b92593 (diff)
downloaddebootstrap-dd07a8259dff216f18791f3350fc5f30f011fb44.zip
debootstrap-dd07a8259dff216f18791f3350fc5f30f011fb44.tar.gz
debootstrap-dd07a8259dff216f18791f3350fc5f30f011fb44.tar.bz2
Add (Ubuntu) jaunty as a symlink to gutsy.
r57237
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dd3c6e4..8e28496 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ install:
ln -s gutsy $(DSDIR)/scripts/hardy
ln -s gutsy $(DSDIR)/scripts/intrepid
+ ln -s gutsy $(DSDIR)/scripts/jaunty
sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap
chown root:root $(DESTDIR)/usr/sbin/debootstrap