Update links for stretch
This commit is contained in:
parent
9dd0616b78
commit
652bc73710
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
#################
|
||||
|
|
Loading…
Reference in New Issue