1
0
Fork 0
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:
Jason N. 2024-03-11 13:41:33 -04:00
parent ea3fc05c38
commit a9d01519fd

View file

@ -160,7 +160,7 @@ repos/%.repo: /etc/yum.repos.d/%.repo
%.repo:
# 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
mv /etc/rpm/macros.image-language-conf /etc/rpm/macros.image-language-conf.orig || true
cp /etc/os-release /etc/os-release.orig || true