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}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"