[setup - the official Cygwin setup program] branch master, updated. release_2.882-14-g7a80c6d
jturney-9JcytcrH/[email protected]
| Newsgroups | gmane.os.cygwin.cvs.apps |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=7a80c6d26e85f056427cadf57d6150b0f9564aef commit 7a80c6d26e85f056427cadf57d6150b0f9564aef Author: Jon Turney <[email protected]> Date: Thu Nov 23 17:52:12 2017 +0000 Fix a typo in filenames for upload target in Makefile Diff: --- Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b2a735c..a238d88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -317,8 +317,8 @@ [email protected] UPLOAD_PATH=/www/sourceware/htdocs/cygwin/setup upload: release - scp setup-${VER}-$(ARCH).exe setup-${VER}-$(ARCH).dbg ${UPLOAD_HOST}:${UPLOAD_PATH} - ssh ${UPLOAD_HOST} gpg --detach-sign ${UPLOAD_PATH}/setup-${VER}-$(ARCH).exe + scp setup-${VER}.$(ARCH).exe setup-${VER}.$(ARCH).dbg ${UPLOAD_HOST}:${UPLOAD_PATH} + ssh ${UPLOAD_HOST} gpg --detach-sign ${UPLOAD_PATH}/setup-${VER}.$(ARCH).exe clean-local: rm -f setup*${EXEEXT} setup*.dbg