diff --git a/Makefile b/Makefile index 8a3b060..50d849f 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,4 @@ release: git push --atomic origin main $(PKG_VERSION) luci-app-nauta.ipk: - docker run --rm -v $$(pwd):/home/build/$(PKG_NAME) openwrtorg/sdk bash -c ../$(PKG_NAME)/build.sh + docker run --rm -v $$(pwd):/$(PKG_NAME) openwrt/sdk bash -c ../$(PKG_NAME)/build.sh diff --git a/build.sh b/build.sh index be1cd46..3ebe3ec 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # you can also use the following command to build the package: -# docker run --rm -v "$(pwd)":/home/build/luci-app-nauta openwrtorg/sdk bash -c "../luci-app-nauta/build.sh" +# docker run --rm -v "$(pwd)":/luci-app-nauta openwrt/sdk bash -c "../luci-app-nauta/build.sh" ./scripts/feeds update luci