[cygport - the Cygwin packaging tool] branch master, updated. 0.33.1-20-ge3f2a00

Yaakov Selkowitz yselkowitz@sourceware.org
Mon Apr 6 23:10:38 GMT 2020




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/cygport.git;h=e3f2a00f487425bf420092f1e0079d4d853f4f5a

commit e3f2a00f487425bf420092f1e0079d4d853f4f5a
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Sun Apr 5 15:06:17 2020 +0100

    Update upload package check for source hints
    
    Update the upload package check for separate source hints (15b8d061)


Diff:
---
 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



More information about the Cygwin-apps-cvs mailing list