X-Git-Url: http://git.plutz.net/?p=blast;a=blobdiff_plain;f=modules%2Fapprox.mk;h=ca3f34ad01820ad648a7acb41f0ce95c77422aa3;hp=c8ed445096bc2cf8c5397dabd472e258b614692e;hb=92dfcb2f828b2bb5eaa5b127ffa1a4bf15432335;hpb=ff7369bc28efe05ace7e9900f98083e982caf3fa diff --git a/modules/approx.mk b/modules/approx.mk index c8ed445..ca3f34a 100644 --- a/modules/approx.mk +++ b/modules/approx.mk @@ -11,20 +11,16 @@ deb ${approx} stretch 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 + 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 stretch main + endef endif .PHONY: _approx_restore_sources