From: Colin Watson Date: Wed, 2 Feb 2011 14:59:16 +0000 (+0000) Subject: ubuntu-daily: no more ports directories X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=25b6d00edebfca36db1f2f61ea073f5423f748d0;p=bin.git ubuntu-daily: no more ports directories --- diff --git a/ubuntu-daily b/ubuntu-daily index cec0131..11665c0 100755 --- a/ubuntu-daily +++ b/ubuntu-daily @@ -59,14 +59,7 @@ if $HTTP; then BASE="http://cdimage.ubuntu.com" fi -case $2 in - hppa*|ia64*|lpia*|powerpc*|sparc*) - PREFIX=ports/ - ;; - *) - PREFIX= - ;; -esac +PREFIX= if [ "$DIST" != "$CURRENT_DIST" ]; then PREFIX="$DIST/$PREFIX" fi