mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00

- pre/post install scripts now track configuration files that may be clobbered on package install/upgrade through the INSTALLED_CONFIG_FILES CMake variable and attempts to make backups when the distribution's file differs from the existing file.
24 lines
764 B
Text
24 lines
764 B
Text
This package will install @CMAKE_PROJECT_NAME@ into the following location:
|
|
|
|
@CMAKE_INSTALL_PREFIX@
|
|
|
|
You may choose to update your PATH environment variable:
|
|
|
|
# For Bash
|
|
export PATH=@CMAKE_INSTALL_PREFIX@/bin:$PATH
|
|
|
|
# For CSH
|
|
setenv PATH @CMAKE_INSTALL_PREFIX@/bin:$PATH
|
|
|
|
If you have more than one volume, please choose the install
|
|
destination as the one that contains the root filesystem.
|
|
|
|
If you have existing configuration files that are modified or
|
|
otherwise different from the version included in the package,
|
|
this installer will attempt to prevent clobbering them by
|
|
backing them up like:
|
|
|
|
@CMAKE_INSTALL_PREFIX@/etc/<file>.<nextAvailableNumber>
|
|
|
|
but its also advisable to make your own backups of important
|
|
files before proceeding.
|