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:
parent
018ab000f3
commit
ea0be93e9e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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; \\
|
||||
|
|
Reference in a new issue