Codebase list virt-viewer / 04c2c4a
build-aux: set MANUFACTURER env when building MSI This needs to be set via an env variable so that it can be overridden by vendors building their own MSIs downstream. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Daniel P. Berrangé authored 3 years ago Daniel P. Berrangé committed 3 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
3232 "build the MSI binary, and set DESTDIR to point "
3333 "to the installation virtual root.", file=sys.stderr)
3434 sys.exit(1)
35
36 if "MANUFACTURER" not in os.environ:
37 os.environ["MANUFACTURER"] = "The Virt Viewer Project"
38
3539 vroot = os.environ["DESTDIR"]
3640
3741 manifest = []