diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-06-10 01:43:52 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-06-10 01:43:52 -0700 |
| commit | 676f55ddda709b24e4f2df9a3e3b52404b7c04ec (patch) | |
| tree | e9748424384b61ca39df2b623306472b7d31916f | |
| parent | 13b29588ba5c1b89969a3bf2a5cc61a97e9c83a0 (diff) | |
| download | vcpkg-676f55ddda709b24e4f2df9a3e3b52404b7c04ec.tar.gz vcpkg-676f55ddda709b24e4f2df9a3e3b52404b7c04ec.zip | |
[lpeg] Fix oversight while changing copyright
| -rw-r--r-- | ports/lpeg/CONTROL | 2 | ||||
| -rw-r--r-- | ports/lpeg/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/lpeg/CONTROL b/ports/lpeg/CONTROL index edb3e1712..5f2a3aff7 100644 --- a/ports/lpeg/CONTROL +++ b/ports/lpeg/CONTROL @@ -1,4 +1,4 @@ Source: lpeg -Version: 1.0.1-1 +Version: 1.0.1-2 Description: LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs). Build-Depends: lua diff --git a/ports/lpeg/portfile.cmake b/ports/lpeg/portfile.cmake index 8b8af69d2..43cc89d93 100644 --- a/ports/lpeg/portfile.cmake +++ b/ports/lpeg/portfile.cmake @@ -26,7 +26,7 @@ vcpkg_install_cmake() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) # Handle copyright -file(COPY ${SOURCE_PATH}/lpeg DESTINATION ${CURRENT_PACKAGES_DIR}/share/lpeg) +file(INSTALL ${SOURCE_PATH}/lpeg.html DESTINATION ${CURRENT_PACKAGES_DIR}/share/lpeg RENAME copyright) # Allow empty include directory set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled) |
