mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
4 lines
No EOL
127 B
Makefile
4 lines
No EOL
127 B
Makefile
%.tmpl:
|
|
sed -i 's/@IMAGE_NAME@/$(image_name)' $*
|
|
sed -i 's/@IMAGE_REPO@/$(image_repo)' $*
|
|
sed -i 's/@VERSION@/$(version)' $*
|