From 24566cc7f7c3f1bad14be891bd4e178c0ba5001b Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Tue, 24 Jan 2017 23:13:48 -0800 Subject: [PATCH] make the aws schematic create makefile.setup instead of modifying makefile.conf --- catalog/aws.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/aws.yaml b/catalog/aws.yaml index 7b9739e..a0c4e2c 100644 --- a/catalog/aws.yaml +++ b/catalog/aws.yaml @@ -8,7 +8,7 @@ schematics: - xmlada requirements: prepare: - - "echo 'prefix = ${SCHEMATIC_INSTALL_PREFIX}' >> makefile.conf" + - "echo 'prefix = ${SCHEMATIC_INSTALL_PREFIX}' >> makefile.setup" - "make setup" build: - "make build"