Update links for stretch

This commit is contained in:
Steve McIntyre 2015-05-03 21:29:54 +01:00
parent 9dd0616b78
commit 652bc73710
1 changed files with 2 additions and 2 deletions

View File

@ -180,10 +180,10 @@ endif
# rule for unstable/sid.
unstable-map:
$(Q)if [ ! -d $(BASEDIR)/data/sid ] ; then \
ln -s wheezy $(BASEDIR)/data/sid ; \
ln -s stretch $(BASEDIR)/data/sid ; \
fi
$(Q)if [ ! -d $(BASEDIR)/tools/boot/sid ] ; then \
ln -s wheezy $(BASEDIR)/tools/boot/sid ; \
ln -s stretch $(BASEDIR)/tools/boot/sid ; \
fi
#################