1
1
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:
Wez Furlong 2023-10-02 18:59:13 -07:00
parent 99ea35f6f0
commit fafd322226
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -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