mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
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
|