]> git.plutz.net Git - blast/blobdiff - modules/approx.mk
fixed approx config for raspi
[blast] / modules / approx.mk
index f7541d7d231d3cde159a4882e0101d9a4d4240d8..b4be5c19958fba46c00c509f086fcfe0872e43e8 100644 (file)
@@ -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