From 5cf55d99e21b1cf31af946d0e156c4f81f7f171c Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Sun, 22 Sep 2024 02:07:18 +0100 Subject: [PATCH] Update symlinks - testing is no longer bookworm! --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0d56d408..613a4d0c 100755 --- a/Makefile +++ b/Makefile @@ -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 #################