fixed docker/Makefile.am

This commit is contained in:
hyung-hwan 2021-09-08 15:35:48 +00:00
parent de45ba1d47
commit a1643e44e2
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ all:
@echo " rocky8 ubnt2004"
ubnt2004: @srcdir@/codepot-@VERSION@.tar.gz
$(DOCKER) build -t codepot:ubnt20.04 -f @srcdir/Dockerfile.ubnt2004 @srcdir@ || true
$(DOCKER) build -t codepot:ubnt20.04 -f @srcdir@/Dockerfile.ubnt2004 @srcdir@ || true
rm -f @srcdir@/codepot-@VERSION@.tar.gz
rocky8: @srcdir@/codepot-@VERSION@.tar.gz

View File

@ -414,7 +414,7 @@ all:
@echo " rocky8 ubnt2004"
ubnt2004: @srcdir@/codepot-@VERSION@.tar.gz
$(DOCKER) build -t codepot:ubnt20.04 -f @srcdir/Dockerfile.ubnt2004 @srcdir@ || true
$(DOCKER) build -t codepot:ubnt20.04 -f @srcdir@/Dockerfile.ubnt2004 @srcdir@ || true
rm -f @srcdir@/codepot-@VERSION@.tar.gz
rocky8: @srcdir@/codepot-@VERSION@.tar.gz