mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
[acl] no absolute paths (#28926)
This commit is contained in:
parent
f882be041a
commit
fe214355d0
@ -20,4 +20,6 @@ vcpkg_install_make()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/doc/COPYING.LGPL")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "acl",
|
||||
"version-semver": "2.3.1",
|
||||
"port-version": 1,
|
||||
"description": "Commands for Manipulating POSIX Access Control Lists",
|
||||
"homepage": "https://savannah.nongnu.org/projects/acl",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4c930bf34406e76819ad7b83ff26536e64ad09f0",
|
||||
"version-semver": "2.3.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "011933c793e7b1a34c8fbc1722cb594be61fff47",
|
||||
"version-semver": "2.3.1",
|
||||
|
@ -26,7 +26,7 @@
|
||||
},
|
||||
"acl": {
|
||||
"baseline": "2.3.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"activemq-cpp": {
|
||||
"baseline": "3.9.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user