diff --git a/BLFS/libs/scripts.xsl b/BLFS/libs/scripts.xsl index 9e81b39..4b48270 100644 --- a/BLFS/libs/scripts.xsl +++ b/BLFS/libs/scripts.xsl @@ -303,29 +303,28 @@ elif [[ -f $SRC_ARCHIVE/$PACKAGE ]] ; then cp $SRC_ARCHIVE/$PACKAGE $PACKAGE else - wget $FTP_SERVER/BLFS/conglomeration/$PKG_DIR/$PACKAGE || \ + wget $FTP_SERVER/BLFS/conglomeration/$PKG_DIR/$PACKAGE - - wget + + || \ wget - || \ - wget + || \ wget - - fi fi + fi fi echo " $PACKAGE" | md5sum -c - - + wget