summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commitecce19495b9226537c0c5aaa912604b64bac6d7e (patch)
treea2e50b1a562ee47587f894f9d938b8323d9ab185
parenteb094aaaeb42afc68617abd6e592a338eaa093b9 (diff)
libcurl.4: Add package
-rw-r--r--changelog3
-rwxr-xr-xmkpkgs2
2 files changed, 3 insertions, 2 deletions
diff --git a/changelog b/changelog
index e9ce2ef..f892052 100644
--- a/changelog
+++ b/changelog
@@ -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
diff --git a/mkpkgs b/mkpkgs
index 34ef608..d1b0b9f 100755
--- a/mkpkgs
+++ b/mkpkgs
@@ -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,