[lpeg] Fix oversight while changing copyright

This commit is contained in:
Robert Schumacher 2017-06-10 01:43:52 -07:00
parent 13b29588ba
commit 676f55ddda
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)