summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-05-11 19:15:12 +0000
committerZach van Rijn <me@zv.io>2022-05-11 19:15:12 +0000
commit45e08a3f02ee5867ed562a9823166b50be7f10c3 (patch)
treeaf5e77b9443994f87a61308cef6801aa7cbd3bd3 /scripts
parentf1d5e86a3894067df6c79f4126e7318a661adeaf (diff)
downloadpackages-45e08a3f02ee5867ed562a9823166b50be7f10c3.tar.gz
packages-45e08a3f02ee5867ed562a9823166b50be7f10c3.tar.bz2
packages-45e08a3f02ee5867ed562a9823166b50be7f10c3.tar.xz
packages-45e08a3f02ee5867ed562a9823166b50be7f10c3.zip
scripts/deplist: add missing mapping for two 'cmd:' entries.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deplist2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/deplist b/scripts/deplist
index 5eb51c95b..54e5b3275 100755
--- a/scripts/deplist
+++ b/scripts/deplist
@@ -126,7 +126,9 @@ EOF
cmd:gzip) _d=$(parent ${d#cmd:*}); ;;
cmd:yacc) _d=bison; ;;
cmd:lex) _d=flex; ;;
+ cmd:locale) _d=musl-locales; ;;
cmd:mcookie) _d=$(parent ${d#cmd:*}); ;;
+ cmd:pkg-config) _d=pkgconf; ;;
cmd:unix2dos) _d=dos2unix; ;;
cargo-*) _d=rust; ;;
guile-dev) _d=guile; ;;