Now that tcl, expect, and dejagnu are only in lfs, update instpkg.xml

with those packages after installing lfs, or when updating lfs
This commit is contained in:
Pierre Labastie 2020-10-15 13:15:33 +00:00
parent 018ab000f3
commit ea0be93e9e
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ if [ x$ANSWER = "xyes" ] ; then
sed 's/.*>\([^<]*\)<.*/\1/' |
sort | uniq); do
case "x$pack" in
xtcl | xexpect | xdejagnu | xgcc* | *pass[12] | xvim | \
xgcc* | *pass[12] | xvim | \
xshadow | xPython | xlinux-headers | xdbus | xsystemd )
continue ;;
esac

View file

@ -212,7 +212,7 @@ update:
sed 's/.*>\([^<]*\)<.*/\1/' | \\
sort | uniq); do \\
case "x\$\$pack" in \\
xtcl | xexpect | xdejagnu | xgcc* | *pass[12] | xvim | \\
xgcc* | *pass[12] | xvim | \\
xshadow | xPython | xlinux-headers | xdbus | xsystemd )\\
continue ;; \\
esac; \\