diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-08-07 13:05:03 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-08-07 13:05:03 +0000 |
commit | 4c981c268dfab5d9461c6662fa76434b794cc628 (patch) | |
tree | d20722f4712a6d558f0fa1f7205a767c9f9c72bd /emulators/suse91_linux | |
parent | 0447c1d4c4e8b7758f7faa13bc332f03bd942280 (diff) | |
download | pkgsrc-4c981c268dfab5d9461c6662fa76434b794cc628.tar.gz |
append the RPM update URLs to MASTER_SITE_SUSE91, for updated versions
of SuSE RPMs
Diffstat (limited to 'emulators/suse91_linux')
-rw-r--r-- | emulators/suse91_linux/Makefile.common | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/suse91_linux/Makefile.common b/emulators/suse91_linux/Makefile.common index f1a889d902b..514cc7c9ca6 100644 --- a/emulators/suse91_linux/Makefile.common +++ b/emulators/suse91_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2004/07/13 10:40:59 tron Exp $ +# $NetBSD: Makefile.common,v 1.3 2004/08/07 13:05:03 jdolecek Exp $ SUSE_VERSION= 9.1 @@ -6,7 +6,10 @@ SUSE_VERSION= 9.1 MASTER_SITE_SUSE91?= ftp://ftp.suse.com/pub/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \ ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \ - ftp://gd.tuwien.ac.at/linux/suse.com/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ + ftp://gd.tuwien.ac.at/linux/suse.com/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \ + ftp://ftp.suse.com/pub/suse/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/ \ + ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/ \ + ftp://gd.tuwien.ac.at/linux/suse.com/suse/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/ DIST_SUBDIR?= suse${SUSE_VERSION:S/.//}/${SUSE_ARCH} |