c547039f1d
This is instead of the default of '/usr/local'. Targeting '/usr' is more in line with what most RPM distros expect.
7 linhas
92 B
Bash
Arquivo Executável
7 linhas
92 B
Bash
Arquivo Executável
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
script/build
|
|
script/grunt mkrpm publish-build --stack --install-dir /usr
|