Create the dist/ directory if needed.

This commit is contained in:
Dave Page
2020-05-18 15:37:18 +01:00
parent 0e799b16b0
commit 52187306ce

View File

@@ -108,4 +108,5 @@ _create_repo_rpm fedora
# #
# Get the results! # Get the results!
# #
test -d "${DISTROOT}/" || mkdir -p "${DISTROOT}/"
cp ${HOME}/rpmbuild/RPMS/noarch/${APP_NAME}-*-repo-${REPO_RPM_VERSION}-${REPO_RPM_BUILD}.noarch.rpm "${DISTROOT}/" cp ${HOME}/rpmbuild/RPMS/noarch/${APP_NAME}-*-repo-${REPO_RPM_VERSION}-${REPO_RPM_BUILD}.noarch.rpm "${DISTROOT}/"