diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-08 19:24:55 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-08 19:24:55 (EST) |
commit | ecce19495b9226537c0c5aaa912604b64bac6d7e (patch) | |
tree | a2e50b1a562ee47587f894f9d938b8323d9ab185 /mkpkgs | |
parent | eb094aaaeb42afc68617abd6e592a338eaa093b9 (diff) |
libcurl.4: Add package
Diffstat (limited to 'mkpkgs')
-rwxr-xr-x | mkpkgs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |