Actually fixed locales creation in chapter 05
This commit is contained in:
parent
f4b3d20f0e
commit
d46a46e037
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ chapter5_Makefiles() {
|
||||||
*dejagnu) [[ "${TEST}" = "0" ]] && continue ;;
|
*dejagnu) [[ "${TEST}" = "0" ]] && continue ;;
|
||||||
*stripping) [[ "${STRIP}" = "0" ]] && continue ;;
|
*stripping) [[ "${STRIP}" = "0" ]] && continue ;;
|
||||||
*glibc) [[ "${TEST}" = "3" ]] && \
|
*glibc) [[ "${TEST}" = "3" ]] && \
|
||||||
sed -i 's@/usr/lib/locale@/tools&@' $file ;;
|
sed -i 's@/usr/lib/locale@/tools/lib/locale@' $file ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# First append each name of the script files to a list (this will become
|
# First append each name of the script files to a list (this will become
|
||||||
|
|
Reference in a new issue