diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-21 14:58:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-21 14:58:15 +0200 |
commit | f1c947af48f9bbe12576dfa30a6c81317cdfa39d (patch) | |
tree | 8ca2efcee6d10de2dca77dea76205131f51422aa /stage | |
parent | 7392de012560f49249c38113306f8aa303d54c52 (diff) |
Updates for 0.13.0 releasev0.13.0
Diffstat (limited to 'stage')
-rwxr-xr-x | stage | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -267,7 +267,7 @@ etc/stage-pkg -c $mode -d cli ../cli/cli/cli-examples # These are for extra testing before the release (remember to clean up their # directories after disabling). # -#if false +if false; then etc/stage-pkg -c $mode -d curl packaging/curl/curl/libcurl etc/stage-pkg -c $mode -d curl packaging/curl/curl/curl @@ -279,7 +279,7 @@ etc/stage-pkg -c $mode -d icu packaging/icu/icu/libicuio etc/stage-pkg -c $mode -d xerces-c packaging/xerces-c/xerces-c/libxerces-c -#fi +fi # # |