mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-25 23:54:23 +03:00
c547039f1d
This is instead of the default of '/usr/local'. Targeting '/usr' is more in line with what most RPM distros expect.
7 lines
92 B
Bash
Executable File
7 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
script/build
|
|
script/grunt mkrpm publish-build --stack --install-dir /usr
|