diff options
-rw-r--r-- | changelog | 3 | ||||
-rwxr-xr-x | mkpkgs | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ malt (1:1.0) trunk - * Initial release. + * Initial release, with: + + libcurl.4 -- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 21 Dec 2020 06:34:12 -0500 @@ -2,7 +2,7 @@ set -eu -for pkg in libc.6; do +for pkg in libcurl.4; do # These are installed into section "base" because these packages don't # semantically belong anywhere else. They can't be installed into # "lib", because opkbuild would append ":${Host-Arch}" to their names, |