From 3452858101ea09a336e6fff02362acaeb7a76ba0 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sun, 5 Apr 2020 15:06:17 +0100 Subject: [PATCH cygport] Update upload package check for source hints Update the upload package check for separate source hints (15b8d061) --- lib/pkg_upload.cygpart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pkg_upload.cygpart b/lib/pkg_upload.cygpart index ab49398..f4763d7 100644 --- a/lib/pkg_upload.cygpart +++ b/lib/pkg_upload.cygpart @@ -81,7 +81,7 @@ __pkg_upload() { # Check that binary and source package files exist - pkg_files=("${NAME}/${NAME}-${PVR}-src.tar.xz" "${NAME}/${NAME}-${PVR}.hint") + pkg_files=("${NAME}/${NAME}-${PVR}-src.tar.xz" "${NAME}/${NAME}-${PVR}-src.hint") while (( n < pkg_count )) do -- 2.21.0