diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-04-05 23:43:37 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-04-05 23:43:37 +0000 |
commit | 2b2b69dc3f529947a9852619fd8ba68eb06a8006 (patch) | |
tree | 67ed9d174d84d029338994c66fbc8213657c0a3a | |
parent | fa7cfdd850913278915f74408e47d2c8a39142af (diff) | |
download | simplepkg-2b2b69dc3f529947a9852619fd8ba68eb06a8006.tar.gz simplepkg-2b2b69dc3f529947a9852619fd8ba68eb06a8006.tar.bz2 |
using i486 instead of i386 at repos.conf
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@806 04377dda-e619-0410-9926-eae83683ac58
-rw-r--r-- | trunk/conf/repos.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/trunk/conf/repos.conf b/trunk/conf/repos.conf index 480a0f8..c8ec161 100644 --- a/trunk/conf/repos.conf +++ b/trunk/conf/repos.conf @@ -5,16 +5,16 @@ # local integration: the following lines makes packages created with # createpkg automatic available to simplaret -ROOT-i386="local%file:///var/simplepkg/repos/slackware" +ROOT-i486="local%file:///var/simplepkg/repos/slackware" ROOT-x86_64="local%file:///var/simplepkg/repos/slamd64" ROOT-powerpc="local%file:///var/simplepkg/repos/slackintosh" ROOT-s390="local%file:///var/simplepkg/repos/slack390" # slackware root repositories -ROOT-i386="sarava%http://slack.sarava.org/packages/slackware/" -ROOT-i386="tds%http://slackware.mirrors.tds.net/pub/slackware/" -ROOT-i386="easynews%http://slackware.mirrors.easynews.com/linux/slackware/" -ROOT-i386="gwdg%http://ftp.gwdg.de/pub/linux/slackware/" +ROOT-i486="sarava%http://slack.sarava.org/packages/slackware/" +ROOT-i486="tds%http://slackware.mirrors.tds.net/pub/slackware/" +ROOT-i486="easynews%http://slackware.mirrors.easynews.com/linux/slackware/" +ROOT-i486="gwdg%http://ftp.gwdg.de/pub/linux/slackware/" # powerpc root definitions ROOT-powerpc="workaround%http://slackintosh.workaround.ch/pub/slackintosh/" |