diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-03-11 06:03:12 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-03-11 06:03:12 +0000 |
commit | 9ca8f3cf77b7d5ec5956777c2f2e8807bdbcca24 (patch) | |
tree | 6970b8022db6709ba2153f5790d4d2f9bdcc071d /install-win32/maketext | |
parent | Set tool defaults in pkitool. (diff) | |
download | openvpn-9ca8f3cf77b7d5ec5956777c2f2e8807bdbcca24.tar.xz |
Misc XGUI fixes.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2836 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | install-win32/maketext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-win32/maketext b/install-win32/maketext index 9766d20..969a530 100644 --- a/install-win32/maketext +++ b/install-win32/maketext @@ -9,7 +9,7 @@ mkdir -p $GENOUT/text &>/dev/null cat COPYING COPYRIGHT.GPL >$GENOUT/text/license.txt # copy install file -cp INSTALL-win32.txt $GENOUT/text/install-win32.txt +cp INSTALL-win32.txt $GENOUT/text/INSTALL-win32.txt # copy sample configuration files and docs s=$GENOUT/samples |