Update symlinks - testing is no longer bookworm!

This commit is contained in:
Steve McIntyre 2024-09-22 02:07:18 +01:00
parent e9b4b3b768
commit 5cf55d99e2
1 changed files with 3 additions and 3 deletions

View File

@ -191,14 +191,14 @@ $(DB_DIR): $(LATEST_DB)
fi
endif
# Make sure unstable/sid points to testing/bookworm, as there is no build
# Make sure unstable/sid points to testing/trixie, as there is no build
# rule for unstable/sid.
unstable-map:
$(Q)if [ ! -d $(BASEDIR)/data/sid ] ; then \
ln -s bookworm $(BASEDIR)/data/sid ; \
ln -s trixie $(BASEDIR)/data/sid ; \
fi
$(Q)if [ ! -d $(BASEDIR)/tools/boot/sid ] ; then \
ln -s bookworm $(BASEDIR)/tools/boot/sid ; \
ln -s trixie $(BASEDIR)/tools/boot/sid ; \
fi
#################