diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2024-04-24 16:12:54 +0200 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2024-04-24 16:12:54 +0200 |
commit | f2ba94dfd17d3bb0a3c070cb0fa7b6a22973a324 (patch) | |
tree | 84fd81855ba5adb0f1568fdacddb8e2c52472e88 /groups.d/010.host_deps.d/util_linux_host.package | |
parent | b2c1ea9526151c4fed9dca8348019d718f489e76 (diff) | |
download | midipix_build-f2ba94dfd17d3bb0a3c070cb0fa7b6a22973a324.tar.bz2 midipix_build-f2ba94dfd17d3bb0a3c070cb0fa7b6a22973a324.tar.xz |
groups.d/010.host_deps.d/util_linux_host.package: fix package name.
Diffstat (limited to 'groups.d/010.host_deps.d/util_linux_host.package')
-rw-r--r-- | groups.d/010.host_deps.d/util_linux_host.package | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groups.d/010.host_deps.d/util_linux_host.package b/groups.d/010.host_deps.d/util_linux_host.package index 62fec998..5d0881df 100644 --- a/groups.d/010.host_deps.d/util_linux_host.package +++ b/groups.d/010.host_deps.d/util_linux_host.package @@ -4,6 +4,6 @@ : ${PKG_UTIL_LINUX_HOST_URL:=https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v${PKG_UTIL_LINUX_HOST_VERSION%.*}/util-linux-${PKG_UTIL_LINUX_HOST_VERSION}.tar.gz}; : ${PKG_UTIL_LINUX_HOST_CONFIGURE_ARGS_EXTRA:="--disable-all-programs --enable-libuuid"}; -ex_pkg_register "util_linux" "${RTL_FILEOP_SOURCE_FNAME}" "host_deps"; +ex_pkg_register "util_linux_host" "${RTL_FILEOP_SOURCE_FNAME}" "host_deps"; # vim:filetype=sh textwidth=0 |