X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=modules%2Fapprox.mk;h=471cf31775277e12f8eaac67465dbf5b05399a5a;hb=4fc67370f4e8f6dc720fd7a7cd110439acc3ad4b;hp=c8ed445096bc2cf8c5397dabd472e258b614692e;hpb=03eac1ec61deb1546f93cfd8ba48635f83a61a94;p=blast diff --git a/modules/approx.mk b/modules/approx.mk index c8ed445..471cf31 100644 --- a/modules/approx.mk +++ b/modules/approx.mk @@ -4,27 +4,23 @@ endef export approx_original_sources ifdef approx - -BOOTSTRAP := ${approx} -define SOURCES = -deb ${approx} stretch main -endef - + BOOTSTRAP := ${approx} + define SOURCES = + deb ${approx} ${release} main + endef else ifdef raspi - -BOOTSTRAP := http://localhost/raspbian -define SOURCES = -deb http://localhost/raspbian stretch main non-free firmware rpi -deb http://localhost/rpidebian stretch main -endef - + BOOTSTRAP := http://localhost/raspbian + define SOURCES := + deb http://localhost/raspbian stretch main non-free firmware rpi + deb http://localhost/rpidebian stretch main + deb http://localhost/raspbian buster main non-free firmware rpi + deb http://localhost/rpidebian buster main + endef else - -BOOTSTRAP := http://localhost/debian -define SOURCES = -deb http://localhost/debian stretch main -endef - + BOOTSTRAP := http://localhost/debian + define SOURCES := + deb http://localhost/debian ${release} main + endef endif .PHONY: _approx_restore_sources