base-system: typo fix.
This commit is contained in:
parent
04ad756cc0
commit
77d5c4513f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ depends="
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl);;
|
*-musl);;
|
||||||
*) depends+=" glib-locales";;
|
*) depends+=" glibc-locales";;
|
||||||
esac
|
esac
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686) depends+=" linux";;
|
i686) depends+=" linux";;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue