Skip to content
This repository has been archived by the owner. It is now read-only.

[trident-build] Issue #6: Fixed the issue of CLI manifest option not overriding manifest for ISO #7

Merged
merged 1 commit into from Oct 10, 2018
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
[trident-build] Issue #6: Fixed the issue of CLI manifest option not …
…being propagated to underlying Makefile
  • Loading branch information
maxsteciuk committed Oct 10, 2018
commit 7ee53587bd321f3c1c8623ad73031a9dbe267d9a
@@ -36,7 +36,7 @@ if [ ! -f "${TRUEOS_MANIFEST}" ] ; then
echo "[ERROR] Specified manifest cannot be found: ${TRUEOS_MANIFEST}"
return 1
fi
TRUEOS_MANIFEST=`realpath -q "${TRUEOS_MANIFEST}"`
export TRUEOS_MANIFEST=`realpath -q "${TRUEOS_MANIFEST}"`

#Perform any directory replacements in the manifest as needed
grep -q "%%PWD%%" "${TRUEOS_MANIFEST}"