From 492bb5fd83165f39f74dafb4c57d844e01ca6bc2 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 24 Jul 2017 14:37:34 +0200 Subject: [PATCH] =?UTF-8?q?python-2.7.13-3.build.sh:=20Use=20=E2=80=9Coffi?= =?UTF-8?q?cial=E2=80=9D=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` $ curl -I http://cairographics.org/ HTTP/1.1 301 Moved Permanently Date: Mon, 24 Jul 2017 12:38:04 GMT Server: Apache/2.4.10 (Debian) Location: https://www.cairographics.org/ Content-Type: text/html; charset=iso-8859-1 ``` --- python-2.7.13-3.build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-2.7.13-3.build.sh b/python-2.7.13-3.build.sh index c2616b8..ce0b3b8 100755 --- a/python-2.7.13-3.build.sh +++ b/python-2.7.13-3.build.sh @@ -136,7 +136,7 @@ plaininstall dbus-python-0.83.2 dbus-python-0.83.2.tar.gz https://dbus.freedeskt ( cd build - test -e py2cairo-1.10.0.tar.gz || wget https://cairographics.org/releases/py2cairo-1.10.0.tar.bz2 + test -e py2cairo-1.10.0.tar.gz || wget https://www.cairographics.org/releases/py2cairo-1.10.0.tar.bz2 test -d py2cairo-1.10.0 || tar xf py2cairo-1.10.0.tar.bz2 cd py2cairo-1.10.0 ./waf configure --prefix=$PREFIX