mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
use filter
This commit is contained in:
parent
ea3fc05c38
commit
a9d01519fd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -160,7 +160,7 @@ repos/%.repo: /etc/yum.repos.d/%.repo
|
||||||
%.repo:
|
%.repo:
|
||||||
|
|
||||||
# Step 3: Build boot.iso using Lorax
|
# Step 3: Build boot.iso using Lorax
|
||||||
boot.iso: $(findstring lorax_templates/,$(_LORAX_TEMPLATES)) $(_REPO_FILES)
|
boot.iso: $(filter lorax_templates/%,$(_LORAX_TEMPLATES)) $(_REPO_FILES)
|
||||||
rm -Rf $(_BASE_DIR)/results || true
|
rm -Rf $(_BASE_DIR)/results || true
|
||||||
mv /etc/rpm/macros.image-language-conf /etc/rpm/macros.image-language-conf.orig || true
|
mv /etc/rpm/macros.image-language-conf /etc/rpm/macros.image-language-conf.orig || true
|
||||||
cp /etc/os-release /etc/os-release.orig || true
|
cp /etc/os-release /etc/os-release.orig || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue