X-Git-Url: http://git.plutz.net/?p=blast;a=blobdiff_plain;f=modules%2Fapprox.mk;h=8e4fd78f4e9a40f0f8a08c24fb8d41c39f133e38;hp=ca3f34ad01820ad648a7acb41f0ce95c77422aa3;hb=23d0b46966959d04e3d99010b22a24e36b73d6a7;hpb=b92b21b9548a5c7635e9cab6c15b872c5413d9cf diff --git a/modules/approx.mk b/modules/approx.mk index ca3f34a..8e4fd78 100644 --- a/modules/approx.mk +++ b/modules/approx.mk @@ -4,22 +4,20 @@ 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 + deb http://localhost/raspbian ${release} main non-free firmware rpi + deb http://localhost/rpidebian ${release} main endef else BOOTSTRAP := http://localhost/debian define SOURCES := - deb http://localhost/debian stretch main + deb http://localhost/debian ${release} main endef endif