Browse Source

musl: changed parse-config-9 to be more consistent when notifying about appending patches

stable/0.6
Christian Wiese 11 years ago
parent
commit
f1356b744c
  1. 2
      base/musl/parse-config-9

2
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

Loading…
Cancel
Save