Update FLTK and TigerVNC; doesn't fix TigerVNC Xvnc build per se

This commit is contained in:
Michael Raskin
2014-01-01 01:36:57 +04:00
parent bad39d4861
commit af9db522cf
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ fi;
# server's certificate. This is perfectly safe: we don't care
# whether the server is being spoofed --- only the cryptographic
# hash of the output matters. Pass in extra p's to handle redirects.
printf 'p\np\np\n' | svn export ${ignoreExternals:+--ignore-externals} \
printf 'p\np\np\n' | svn export --trust-server-cert --non-interactive ${ignoreExternals:+--ignore-externals} \
-r "$rev" "$url" "$out"
stopNest