aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi Miura <miurahr@linux.com>2018-02-05 14:05:51 +0900
committerGitHub <noreply@github.com>2018-02-05 14:05:51 +0900
commit307a95b068249f153dfd7324096492423000a598 (patch)
tree7614c3849aecb00a1986f7f41efb3a8d8ded9cf7
parent59614b1ca42a7c3dd302b085ce2a5ee5c14a81ce (diff)
downloadvcpkg-307a95b068249f153dfd7324096492423000a598.tar.gz
vcpkg-307a95b068249f153dfd7324096492423000a598.zip
Fix typo
-rw-r--r--ports/libgta/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libgta/portfile.cmake b/ports/libgta/portfile.cmake
index abfa89201..31fc64fd0 100644
--- a/ports/libgta/portfile.cmake
+++ b/ports/libgta/portfile.cmake
@@ -29,7 +29,7 @@ vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
- file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin$ {CURRENT_PACKAGES_DIR}/bin)
+ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin ${CURRENT_PACKAGES_DIR}/bin)
endif()
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libgta)