diff --git a/custom/examples_CLFS-E/950-dropbear b/custom/examples_CLFS-E/950-dropbear index be33f5b..bd98ae0 100644 --- a/custom/examples_CLFS-E/950-dropbear +++ b/custom/examples_CLFS-E/950-dropbear @@ -11,10 +11,10 @@ # it can even be made smaller. # -PKG="DROPBEAR +PKG="DROPBEAR" PKG_VERSION="0.48.1" -PKG_FILE="${PKG}-${PKG_VERSION}.tar.gz -URL="http://matt.ucc.asn.au/dropbear/releases/${PKG_FILE} +PKG_FILE="${PKG}-${PKG_VERSION}.tar.gz" +URL="http://matt.ucc.asn.au/dropbear/releases/${PKG_FILE}" MD5="ca8e53a766faec831882831364568421" for i in PATCH{1..10}; do unset $i diff --git a/custom/examples_CLFS-E/960-iptables b/custom/examples_CLFS-E/960-iptables index 96c7ab1..17c2627 100644 --- a/custom/examples_CLFS-E/960-iptables +++ b/custom/examples_CLFS-E/960-iptables @@ -10,7 +10,7 @@ PKG="iptables" PKG_VERSION="1.3.7" -PKG_FILE="${PKG}-${PKG_VERSION}.tar.bz2 +PKG_FILE="${PKG}-${PKG_VERSION}.tar.bz2" URL=" http://www.netfilter.org/projects/iptables/files/iptables-1.3.7.tar.bz2" MD5="077e886a9c90a11bb47f3d7a4fc4a689" for i in PATCH{1..10}; do