aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2016-12-06 14:22:24 -0800
committerRobert Schumacher <roschuma@microsoft.com>2016-12-06 14:22:24 -0800
commitdd7c39f0e328276adf74eb9a944080c06807fa60 (patch)
tree0c17ed6df9ffa71b56eb11e625869fcb61a88328
parent632b8c3cd09cd7672eac360a0a4c0936b3995cfd (diff)
downloadvcpkg-dd7c39f0e328276adf74eb9a944080c06807fa60.tar.gz
vcpkg-dd7c39f0e328276adf74eb9a944080c06807fa60.zip
[gflags] Lowercase install directories. Bump version to account for this and c0c2135.
-rw-r--r--ports/gflags/CONTROL2
-rw-r--r--ports/gflags/portfile.cmake3
2 files changed, 4 insertions, 1 deletions
diff --git a/ports/gflags/CONTROL b/ports/gflags/CONTROL
index 0833c3c76..b84a3b67d 100644
--- a/ports/gflags/CONTROL
+++ b/ports/gflags/CONTROL
@@ -1,3 +1,3 @@
Source: gflags
-Version: 2.2.0-1
+Version: 2.2.0-2
Description: A C++ library that implements commandline flags processing
diff --git a/ports/gflags/portfile.cmake b/ports/gflags/portfile.cmake
index 61a28055f..91da22ae6 100644
--- a/ports/gflags/portfile.cmake
+++ b/ports/gflags/portfile.cmake
@@ -51,5 +51,8 @@ file(WRITE ${CURRENT_PACKAGES_DIR}/share/gflags/gflags-targets.cmake "${GFLAGS_C
file(INSTALL ${CURRENT_BUILDTREES_DIR}/src/COPYING.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/gflags RENAME copyright)
+file(RENAME ${CURRENT_PACKAGES_DIR}/Include ${CURRENT_PACKAGES_DIR}/include)
+file(RENAME ${CURRENT_PACKAGES_DIR}/Lib ${CURRENT_PACKAGES_DIR}/lib)
+file(RENAME ${CURRENT_PACKAGES_DIR}/debug/Lib ${CURRENT_PACKAGES_DIR}/debug/lib)
vcpkg_copy_pdbs()