[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Fri Aug 21 02:08:18 UTC 2015
The branch master has been updated
via 24f4b18875a9bb7d5761947cccd2256b866a1600 (commit)
from 64db0cd34882209d6a5dca1db75d6a56ff3d4bee (commit)
- Log -----------------------------------------------------------------
commit 24f4b18875a9bb7d5761947cccd2256b866a1600
Author: Rich Salz <rsalz at akamai.com>
Date: Thu Aug 20 22:08:14 2015 -0400
alpha order for release list
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 40921b5..d986f42 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ source/license.txt: $(SNAP)/LICENSE
cp $? $@
source/index.inc:
@rm -f $@
- ./bin/mk-filelist $(RELEASEDIR) '' 'openssl-*.tar.gz' >$@
+ ./bin/mk-filelist -a $(RELEASEDIR) '' 'openssl-*.tar.gz' >$@
source/old/0.9.x/index.inc:
@rm -f $@
More information about the openssl-commits
mailing list