From f1356b744cd0d08d42d8e9594fe99c76dc33e18d Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 29 Apr 2014 15:22:37 +0200 Subject: [PATCH] musl: changed parse-config-9 to be more consistent when notifying about appending patches --- base/musl/parse-config-9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/musl/parse-config-9 b/base/musl/parse-config-9 index 54207a458..dee920cae 100644 --- a/base/musl/parse-config-9 +++ b/base/musl/parse-config-9 @@ -214,7 +214,7 @@ if [ "$SDECFG_LIBC" == "musl" ]; then pkg_musl_patches=$( ls -1 $pkg_musl_dir/pkg/$pkg_musl_pkg/*.patch 2> /dev/null | tr '\n' ' ' ) if [ -n "$pkg_musl_patches" ]; then - echo_status "musl: appending patches ..." + echo_status "Appending musl libc specific patches" var_append patchfiles ' ' "$pkg_musl_patches" fi