Avoid to remove "make-ca.sh" from cacerts script
This commit is contained in:
parent
39da010453
commit
4a03ca1421
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ mv scripts $BUILDDIR$BLFS_ROOT
|
|||
# The book instructions for CA certificates contains downloading
|
||||
# instructions, which should not be used here, so:
|
||||
if test -f $BUILDDIR$BLFS_ROOT/scripts/*cacerts; then
|
||||
sed -i '/URL=/,/^unset/d' $BUILDDIR$BLFS_ROOT/scripts/*cacerts
|
||||
sed -i '/URL=/,/^wget/d' $BUILDDIR$BLFS_ROOT/scripts/*cacerts
|
||||
fi
|
||||
|
||||
# Generates a list containing download and copying instructions for tarballs
|
||||
|
|
Reference in a new issue