mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-26 16:14:16 +03:00
Build rpm in temp folder
This commit is contained in:
parent
a128cf5eb3
commit
f6d9af8d1a
@ -5,7 +5,7 @@ set -e
|
||||
SPEC_FILE="$1"
|
||||
DESKTOP_FILE="$2"
|
||||
|
||||
RPM_BUILD_ROOT=~/rpmbuild
|
||||
RPM_BUILD_ROOT="`mktemp -d`"
|
||||
ARCH=`uname -m`
|
||||
|
||||
rpmdev-setuptree
|
||||
|
Loading…
Reference in New Issue
Block a user