diff options
-rw-r--r-- | build/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/Makefile b/build/Makefile index 1d28db329..316d24e07 100644 --- a/build/Makefile +++ b/build/Makefile @@ -25,9 +25,9 @@ export REVSTATE = "P0000" ifdef BUILD_FUEL_PLUGINS $(warning Overriding plugin build selection to $(BUILD_FUEL_PLUGINS)) -export NEWISO = $(shell pwd)/release/unofficial-opnfv-fuel-${REVSTATE}.iso +export NEWISO = $(shell pwd)/release/unofficial-opnfv-${REVSTATE}.iso else -export NEWISO = $(shell pwd)/release/opnfv-fuel-${REVSTATE}.iso +export NEWISO = $(shell pwd)/release/opnfv-${REVSTATE}.iso endif # Note! Invoke with "make REVSTATE=RXXXX all" to make release build! |