make the aws schematic create makefile.setup instead of modifying makefile.conf

This commit is contained in:
R. Tyler Croy 2017-01-24 23:13:48 -08:00
parent 8ea81e14c0
commit 24566cc7f7
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -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"