mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
[lpeg] Fix oversight while changing copyright
This commit is contained in:
parent
13b29588ba
commit
676f55ddda
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user