pulsar/script/rpmbuild
Ethan Estrada c547039f1d Automated rpm package builds to '/usr'
This is instead of the default of '/usr/local'. Targeting '/usr'
is more in line with what most RPM distros expect.
2015-02-04 01:42:52 -07:00

7 lines
92 B
Bash
Executable File

#!/bin/sh
set -e
script/build
script/grunt mkrpm publish-build --stack --install-dir /usr