diff options
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, |