svn commit: r337401 - head/release
Colin Percival
cperciva at FreeBSD.org
Tue Aug 7 00:51:50 UTC 2018
Author: cperciva
Date: Tue Aug 7 00:51:49 2018
New Revision: 337401
URL: https://svnweb.freebsd.org/changeset/base/337401
Log:
Fix copy-and-paste error in previous commit.
Modified:
head/release/Makefile.ec2
Modified: head/release/Makefile.ec2
==============================================================================
--- head/release/Makefile.ec2 Tue Aug 7 00:10:58 2018 (r337400)
+++ head/release/Makefile.ec2 Tue Aug 7 00:51:49 2018 (r337401)
@@ -36,7 +36,7 @@ AMINAMESUFFIX!= date +-%Y-%m-%d
PUBLISH= --public
.endif
.if defined(EC2PUBLICSNAP) && !empty(EC2PUBLICSNAP)
-PUBLISH= --publicsnap
+PUBLICSNAP= --publicsnap
.endif
.if defined(EC2SNSTOPIC) && !empty(EC2SNSTOPIC)
EC2SNSREL= ${REVISION}-${BRANCH}
More information about the svn-src-all
mailing list