mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
CPackRPM add /usr/lib64 to the list of builtin to-be-excluded path
This commit is contained in:
parent
bac5772b39
commit
f055c997a5
@ -226,7 +226,7 @@
|
|||||||
##variable
|
##variable
|
||||||
# CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST - list of path to be excluded.
|
# CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST - list of path to be excluded.
|
||||||
# Mandatory : NO
|
# Mandatory : NO
|
||||||
# Default : /etc /etc/init.d /usr /usr/share /usr/share/doc /usr/bin /usr/lib /usr/include
|
# Default : /etc /etc/init.d /usr /usr/share /usr/share/doc /usr/bin /usr/lib /usr/lib64 /usr/include
|
||||||
# May be used to exclude path (directories or files) from the auto-generated
|
# May be used to exclude path (directories or files) from the auto-generated
|
||||||
# list of paths discovered by CPack RPM. The defaut value contains a reasonable
|
# list of paths discovered by CPack RPM. The defaut value contains a reasonable
|
||||||
# set of values if the variable is not defined by the user. If the variable
|
# set of values if the variable is not defined by the user. If the variable
|
||||||
@ -689,7 +689,7 @@ if (CPACK_RPM_PACKAGE_DEBUG)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT DEFINED CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST)
|
if (NOT DEFINED CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST)
|
||||||
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST /etc /etc/init.d /usr /usr/share /usr/share/doc /usr/bin /usr/lib /usr/include)
|
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST /etc /etc/init.d /usr /usr/share /usr/share/doc /usr/bin /usr/lib /usr/lib64 /usr/include)
|
||||||
if (CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION)
|
if (CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION)
|
||||||
message("CPackRPM:Debug: Adding ${CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION} to builtin omit list.")
|
message("CPackRPM:Debug: Adding ${CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION} to builtin omit list.")
|
||||||
list(APPEND CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST "${CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION}")
|
list(APPEND CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST "${CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION}")
|
||||||
|
Loading…
Reference in New Issue
Block a user