Skip to content

Commit

Permalink
Remove debug files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharadh Rajaraman committed May 10, 2024
1 parent 27d0239 commit 11e7a50
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ports/krb5/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,11 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/sbin")

# Empty directories
file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug"
"${CURRENT_PACKAGES_DIR}/share/man"
"${CURRENT_PACKAGES_DIR}/var"
"${CURRENT_PACKAGES_DIR}/share/man/cat1"
"${CURRENT_PACKAGES_DIR}/share/man/cat5"
"${CURRENT_PACKAGES_DIR}/share/man/cat7"
"${CURRENT_PACKAGES_DIR}/share/man/cat8"
)

# Also empty when static
if("${VCPKG_LIBRARY_LINKAGE}" STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib/krb5")
Expand Down

0 comments on commit 11e7a50

Please sign in to comment.