From 6d159ce7a02e7f3c550c14380ff8fa96addfa639 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 30 Apr 2012 21:18:52 +0200 Subject: [PATCH] Add Ubuntu precise --- update-archive/update-archive.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update-archive/update-archive.sh b/update-archive/update-archive.sh index 7b74e8f..e7fbabd 100755 --- a/update-archive/update-archive.sh +++ b/update-archive/update-archive.sh @@ -15,7 +15,10 @@ confdir=`pwd` architectures="i386 amd64" -for vdist in ubuntu/karmic ubuntu/lucid ubuntu/maverick ubuntu/natty ubuntu/oneiric debian/wheezy debian/squeeze debian/lenny debian/etch; do +for vdist in ubuntu/karmic ubuntu/lucid ubuntu/maverick \ + ubuntu/natty ubuntu/oneiric ubuntu/precise \ + debian/wheezy debian/squeeze debian/lenny \ + debian/etch; do dist=`basename $vdist` vendor=`dirname $vdist` ftpdir=/home/ftp/pub/$vendor -- 1.7.10.4