From 00e22417167d90ebd0f9dd522552f6fd88d1c62d Mon Sep 17 00:00:00 2001 From: chs Date: Tue, 2 Nov 2010 16:49:59 +0000 Subject: look for rpms in the opensuse "update" repository as well as the initial-release repository. --- emulators/suse113_linux/Makefile.common | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'emulators') diff --git a/emulators/suse113_linux/Makefile.common b/emulators/suse113_linux/Makefile.common index dcd5884ffb4..38fa00945d4 100644 --- a/emulators/suse113_linux/Makefile.common +++ b/emulators/suse113_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2010/09/24 01:28:06 chs Exp $ +# $NetBSD: Makefile.common,v 1.2 2010/11/02 16:49:59 chs Exp $ SUSE_PKG= yes SUSE_VERSION= 11.3 @@ -27,15 +27,13 @@ _SUSE_ARCH= ${_SUSE_ARCH.${EMUL_ARCH}} SUSE_ARCH= ${_SUSE_ARCH} _SUSE_FTP_SUBDIR= distribution/${SUSE_VERSION}/repo/oss/suse/${SUSE_ARCH}/ -_SUSE_FTP_SUBDIR_UPD= suse/update/${SUSE_VERSION}/rpm/${SUSE_ARCH}/ +_SUSE_FTP_SUBDIR_UPD= update/${SUSE_VERSION}/rpm/${SUSE_ARCH}/ MASTER_SITE_SUSE_${SUSE_VERSION}= \ - http://download.opensuse.org/distribution/${SUSE_VERSION}/repo/oss/suse/${SUSE_ARCH}/ + http://download.opensuse.org/${_SUSE_FTP_SUBDIR} -# http://opensuse.berkeley.edu/opensuse/${_SUSE_FTP_SUBDIR} - -MASTER_SITE_SUSE_${SUSE_VERSION}_UPD= \ - http://download.opensuse.org/distribution/${SUSE_VERSION}/repo/oss/suse/${SUSE_ARCH}/ +MASTER_SITE_SUSE_${SUSE_VERSION}_UPD= \ + http://download.opensuse.org/${_SUSE_FTP_SUBDIR_UPD} MASTER_SITES?= ${MASTER_SITE_SUSE_${SUSE_VERSION}} DIST_SUBDIR?= suse${SUSE_VERSION:S/.//}/${SUSE_ARCH} @@ -78,7 +76,9 @@ FILES_SUBST+= LINUX_LIBSUBDIR=${LINUX_LIBSUBDIR:Q} .if defined(DISTFILES) && !empty(DISTFILES) . for fetchfile in ${DISTFILES} . if "${fetchfile:C/.[^.]*\.rpm$//:C/^.*-//g:M*.*}" != "" -SITES.${fetchfile:T:S/=/--/}?= ${MASTER_SITE_SUSE_${SUSE_VERSION}_UPD} +SITES.${fetchfile:T:S/=/--/}?= \ + ${MASTER_SITE_SUSE_${SUSE_VERSION}} \ + ${MASTER_SITE_SUSE_${SUSE_VERSION}_UPD} . endif . endfor .endif -- cgit v1.2.3