Author: pierre
Date: Sat Dec 8 02:04:25 2018
New Revision: 4068
Log:
update-lfs.sh: remove tools package from instpkg.xml
Modified:
jhalfs/trunk/BLFS/update-lfs.sh
Modified: jhalfs/trunk/BLFS/update-lfs.sh
==============================================================================
--- jhalfs/trunk/BLFS/update-lfs.sh Sat Dec 8 01:04:01 2018 (r4067)
+++ jhalfs/trunk/BLFS/update-lfs.sh Sat Dec 8 02:04:25 2018 (r4068)
@@ -98,7 +98,11 @@
for pack in $(grep '<productname' $LFS_FULL |
sed 's/.*>\([^<]*\)<.*/\1/' |
sort | uniq); do
- if [ "$pack" = "libstdc++" ]; then continue; fi
+ if [ "$pack" = "libstdc++" -o \
+ "$pack" = "tcl" -o \
+ "$pack" = "tcl-core" -o \
+ "$pack" = "expect" -o \
+ "$pack" = "dejagnu" ]; then continue; fi
VERSION=$(grep -A1 ">$pack</product" $LFS_FULL |
head -n2 |
sed -n '2s/.*>\([^<]*\)<.*/\1/p')
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page