From a602d80c748b6aa37ae3beba0685b4b75f7e5c52 Mon Sep 17 00:00:00 2001 From: kamil Date: Thu, 27 Apr 2017 22:59:54 +0000 Subject: Switch suse131 mirror from 404-ing one to mirrors.kernel.org This site: http://download.opensuse.org/distribution/ Mirrors currently 13.2/, not 13.1/. --- emulators/suse131_linux/Makefile.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emulators/suse131_linux/Makefile.common b/emulators/suse131_linux/Makefile.common index 85bf9d0346d..b1d7f3e1cf4 100644 --- a/emulators/suse131_linux/Makefile.common +++ b/emulators/suse131_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2017/03/06 11:53:54 hauke Exp $ +# $NetBSD: Makefile.common,v 1.17 2017/04/27 22:59:54 kamil Exp $ # # used by emulators/suse131_alsa/Makefile # used by emulators/suse131_aspell/Makefile @@ -77,10 +77,10 @@ _SUSE_FTP_SUBDIR= distribution/${SUSE_VERSION}/repo/oss/suse/ _SUSE_FTP_SUBDIR_UPD= update/${SUSE_VERSION}/ MASTER_SITE_SUSE_${SUSE_VERSION}= \ - http://download.opensuse.org/${_SUSE_FTP_SUBDIR} + ftp://mirrors.kernel.org/opensuse/${_SUSE_FTP_SUBDIR} MASTER_SITE_SUSE_${SUSE_VERSION}_UPD= \ - http://download.opensuse.org/${_SUSE_FTP_SUBDIR_UPD} + ftp://mirrors.kernel.org/opensuse/${_SUSE_FTP_SUBDIR} MASTER_SITES?= ${MASTER_SITE_SUSE_${SUSE_VERSION}}/${SUSE_ARCH}/ DIST_SUBDIR?= suse${SUSE_VERSION:S/.//} -- cgit v1.2.3