summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-04-24 12:59:52 (GMT)
committerColin Watson <cjwatson@debian.org>2009-04-24 12:59:52 (GMT)
commit5c435742caef76709b959effc621f2f72ac86be1 (patch)
tree2fa0eb48e7d723bade25b60a30f887d5fe7e2b03 /Makefile
parent258ab6d843596484bd25b5f308d811a4b5051137 (diff)
downloaddebootstrap-5c435742caef76709b959effc621f2f72ac86be1.zip
debootstrap-5c435742caef76709b959effc621f2f72ac86be1.tar.gz
debootstrap-5c435742caef76709b959effc621f2f72ac86be1.tar.bz2
Add (Ubuntu) karmic as a symlink to gutsy.
r58349
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 46913ef..21a3d82 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ install:
ln -s gutsy $(DSDIR)/scripts/hardy
ln -s gutsy $(DSDIR)/scripts/intrepid
ln -s gutsy $(DSDIR)/scripts/jaunty
+ ln -s gutsy $(DSDIR)/scripts/karmic
sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap
chown root:root $(DESTDIR)/usr/sbin/debootstrap