diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-03 19:53:16 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-03 19:55:01 (EST) |
commit | de98d20b282e40a49eb57e817e9aac88c7a3344e (patch) | |
tree | 907a176ace55fa078bab9b96c0e54b13bd5c8f81 | |
parent | 66ced7af0acf4db26080e26661a404a6fcf57a42 (diff) |
curl.4-common: Fix missing COPYING and THANKS
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | curl.4-common.pkg/docs | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -6,6 +6,7 @@ curl (7.74.0-2) trunk version. * Many protocols and features previously enabled are now disabled, to build a smaller libcurl and curl. + * curl.4-common: Provide COPYING and THANKS files, previously missing. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 03 Jan 2021 17:26:13 -0500 diff --git a/curl.4-common.pkg/docs b/curl.4-common.pkg/docs index e2abcb0..89e0410 100644 --- a/curl.4-common.pkg/docs +++ b/curl.4-common.pkg/docs @@ -1,2 +1,2 @@ -COPYING -docs/THANKS +src/COPYING +src/docs/THANKS |