~ubuntu-branches/ubuntu/natty/kde-l10n-nb/natty-proposed

« back to all changes in this revision

Viewing changes to debian/build-l10n.sh

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-29 17:52:23 UTC
  • mfrom: (1.1.34 upstream)
  • Revision ID: james.westby@ubuntu.com-20101129175223-s2wvs1atvjujb16u
Tags: 4:4.5.80-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
if [ $clean_dld -ne 0 ]; then
134
134
  if [[ "$subset" == "" ]]; then
135
135
    # get all
136
 
    $GET/stable/${KDEVERSION}/src/kde-l10n/kde-l10n-*.tar.bz2 .
 
136
    $GET/unstable/${KDEVERSION}/src/kde-l10n/kde-l10n-*.tar.bz2 .
137
137
  else
138
138
    # only get subset
139
139
    for pkg in $subset; do
140
 
      $GET/stable/${KDEVERSION}/src/kde-l10n/kde-l10n-$pkg-*.tar.bz2 .
 
140
      $GET/unstable/${KDEVERSION}/src/kde-l10n/kde-l10n-$pkg-*.tar.bz2 .
141
141
    done
142
142
  fi
143
143
fi