From 512cbb7a445848eb9055fa9343b7aff8a2106743 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 10 Jan 2021 05:47:36 -0500 Subject: mkpkgs: New PKGS variable --- diff --git a/mkpkgs b/mkpkgs index d1b0b9f..a044b4f 100755 --- a/mkpkgs +++ b/mkpkgs @@ -2,7 +2,11 @@ set -eu -for pkg in libcurl.4; do +PKGS=' + libcurl.4 + ' + +for pkg in ${PKGS}; 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, -- cgit v0.9.1