mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
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:
parent
620ca403a2
commit
8142fe343f
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user