X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=modules%2Fapprox.mk;h=b4be5c19958fba46c00c509f086fcfe0872e43e8;hb=refs%2Fheads%2Fretropie;hp=f7541d7d231d3cde159a4882e0101d9a4d4240d8;hpb=c5d6bce2ed4c27cf02077a17ef02c4dee2237e86;p=blast diff --git a/modules/approx.mk b/modules/approx.mk index f7541d7..b4be5c1 100644 --- a/modules/approx.mk +++ b/modules/approx.mk @@ -17,7 +17,7 @@ ifdef approx deb ${approx} ${release} ${approxrepos} endef else ifdef raspi - BOOTSTRAP := http://localhost/raspbian + BOOTSTRAP := http://${approxhost}/raspbian define SOURCES := deb http://${approxhost}/raspbian stretch main non-free firmware rpi deb http://${approxhost}/rpidebian stretch main @@ -25,7 +25,7 @@ else ifdef raspi deb http://${approxhost}/rpidebian buster main endef else - BOOTSTRAP := http://localhost/debian + BOOTSTRAP := http://${approxhost}/debian define SOURCES := deb http://${approxhost}/debian ${release} ${approxrepos} endef