Skip to content

Commit

Permalink
Merge updates/NFSE-4218-rpm-conflict-opt-hse-bin-171
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tomlinson committed May 20, 2020
2 parents 315b9cc + ef4f5c0 commit 0a1bfa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,9 @@ set( CPACK_RPM_PACKAGE_GROUP "Unspecified" )
set( CPACK_RPM_PACKAGE_VENDOR "Unspecified" )


#
# We don't want to claim ownership of these directories, lest there be
# conflicts.
#
# conflicts during RPM install. If a directory appears in this list,
# it means it might be shared by multiple packages.
set( CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION
/usr/lib
/usr/lib/hse
Expand All @@ -448,6 +447,7 @@ set( CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION
/lib
/opt
/opt/hse
/opt/hse/bin
/opt/hse/config
)

Expand Down

0 comments on commit 0a1bfa9

Please sign in to comment.