...
Contents of ~/work/ezuce
iso.mak.in - override various make variables used to create the ISO. See Makefile.in for a list of all the variables you could override. Here is an example
Code Block |
---|
SPLASH_FILE = <at:var at:name="OEM_DIR" />@OEM_DIR@/splash.lss ISO_LABEL ?= ezuce VOLUME_LABEL ?= "ezuce <at:var at:name="PACKAGE_VERSION" />" @PACKAGE_VERSION@" APPLICATION_LABEL ?= "ezuce <at:var at:name="PACKAGE_VERSION" />@PACKAGE_VERSION@" PUBLISHER_ID ?= dhubler@ezuce.com PREPARERER_ID ?= dhubler@ezuce.com |
...