mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
copr: only copy srpm source when in copr build
This commit is contained in:
parent
99ea35f6f0
commit
fafd322226
@ -52,6 +52,6 @@ tar --delete \
|
||||
|
||||
gzip ${TAR_NAME}
|
||||
|
||||
if test -d ${COPR_SRPM} ; then
|
||||
if test -n "${COPR_SRPM}" ; then
|
||||
mv ${TAR_NAME}.gz $(rpm --eval '%{_sourcedir}')
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user