mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
missing var
This commit is contained in:
parent
7d2266520c
commit
ab8a3c9ccb
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -47,6 +47,7 @@ xorriso/input.txt: xorriso/gen_input.sh
|
||||||
|
|
||||||
xorriso/%.sh: xorriso/%.sh.in
|
xorriso/%.sh: xorriso/%.sh.in
|
||||||
sed 's/@IMAGE_NAME@/$(image_name)-$(version)/' xorriso/$*.sh.in > xorriso/$*.sh
|
sed 's/@IMAGE_NAME@/$(image_name)-$(version)/' xorriso/$*.sh.in > xorriso/$*.sh
|
||||||
|
sed 's/@VERSION@/$(version)/' xorriso/$*.sh > xorriso/$*.sh
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue