strippingagain.xml has been renamed
This commit is contained in:
parent
df5553b1f3
commit
c1060c9add
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ chapter_targets() { #
|
||||||
case "${this_script}" in
|
case "${this_script}" in
|
||||||
5*glibc) [[ "${TEST}" = "3" ]] && \
|
5*glibc) [[ "${TEST}" = "3" ]] && \
|
||||||
sed -i 's@/usr/lib/locale@/tools/lib/locale@' $file ;;
|
sed -i 's@/usr/lib/locale@/tools/lib/locale@' $file ;;
|
||||||
*strippingagain) [[ "${STRIP}" = "n" ]] && continue ;;
|
*stripping) [[ "${STRIP}" = "n" ]] && continue ;;
|
||||||
*linux-headers*) [[ -n "$N" ]] && continue ;;
|
*linux-headers*) [[ -n "$N" ]] && continue ;;
|
||||||
8*grub) (( nb_chaps == 5 )) && continue ;;
|
8*grub) (( nb_chaps == 5 )) && continue ;;
|
||||||
10*grub) continue ;;
|
10*grub) continue ;;
|
||||||
|
|
Reference in a new issue