X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Faxify;fp=scripts%2Faxify;h=26ce49660fd886173710f59c70c79f8bf15c3eb0;hb=75a13bb111a65b80e4545685e5cd0647b86e152d;hp=a9ec26919e4714a37dad23074a24c3e9d48cbcf5;hpb=7f47ebbd2726b447d301ec1752a3de0034f72157;p=ax-make.git diff --git a/scripts/axify b/scripts/axify index a9ec269..26ce496 100755 --- a/scripts/axify +++ b/scripts/axify @@ -35,7 +35,7 @@ Download() { echo "Downloading $URL to \"$FILE\" ..." if curl --version >/dev/null 2>&1; then - curl -#o "$FILE" "$URL" && return 0 + curl -#Lo "$FILE" "$URL" && return 0 echo "Failed to download $URL! [curl]" return 1 fi @@ -157,13 +157,13 @@ if [[ ! -e COPYING ]]; then "") ;; "gpl2") - LICENSE_URL="http://www.gnu.org/licenses/gpl-2.0.txt" + LICENSE_URL="https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt" ;; "gpl3") - LICENSE_URL="http://www.gnu.org/licenses/gpl-3.0.txt" + LICENSE_URL="https://www.gnu.org/licenses/gpl-3.0.txt" ;; "lgpl21") - LICENSE_URL="https://www.gnu.org/licenses/lgpl-2.1.txt" + LICENSE_URL="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt" ;; "lgpl3") LICENSE_URL="https://www.gnu.org/licenses/lgpl-3.0.txt"