ENH: Renamed cmake-cygwin-package.sh to cygwin-package.sh.in and removed executable permission so it cannot be run accidentally. It must be run after being renamed to cmake-${VERSION}-${RELEASE}.

This commit is contained in:
Brad King 2003-01-17 11:57:26 -05:00
parent 620ca403a2
commit 8142fe343f
2 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ cygwin_package_script()
utilities || return 1
echo "Creating cygwin packaging script ..." &&
(
cp ReleaseUtilities/cmake-cygwin-package.sh cmake-${VERSION}-${RELEASE}.sh &&
cp ReleaseUtilities/cygwin-package.sh.in cmake-${VERSION}-${RELEASE}.sh &&
chmod u+x cmake-${VERSION}-${RELEASE}.sh
) >Logs/cygwin_package_script.log 2>&1 || error_log Logs/cygwin_package_script.log
}