From 05369e9e26bf08754fe3c22e6469983231470567 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 2 Nov 2016 15:01:26 -0700 Subject: [protobuf] Remove empty directories --- ports/protobuf/portfile.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/protobuf/portfile.cmake b/ports/protobuf/portfile.cmake index ee273b787..fa7748381 100644 --- a/ports/protobuf/portfile.cmake +++ b/ports/protobuf/portfile.cmake @@ -40,6 +40,7 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) file(REMOVE ${CURRENT_PACKAGES_DIR}/bin/protoc.exe) file(REMOVE ${CURRENT_PACKAGES_DIR}/debug/bin/protoc.exe) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin) file(INSTALL ${CURRENT_BUILDTREES_DIR}/src/protobuf-3.0.2/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/protobuf RENAME copyright) file(INSTALL ${CURRENT_BUILDTREES_DIR}/src/protobuf-3.0.2-win32/bin/protoc.exe DESTINATION ${CURRENT_PACKAGES_DIR}/tools) -- cgit v1.2.3