~ubuntu-branches/ubuntu/oneiric/kde-l10n-bg/oneiric

« back to all changes in this revision

Viewing changes to debian/build-l10n.sh

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2011-01-24 09:32:25 UTC
  • mfrom: (1.12.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110124093225-u4y9ayyuw0v4q90y
Tags: 4:4.6.0-0ubuntu1
New upstream 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/unstable/${KDEVERSION}/src/kde-l10n/kde-l10n-*.tar.bz2 .
 
136
    $GET/stable/${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/unstable/${KDEVERSION}/src/kde-l10n/kde-l10n-$pkg-*.tar.bz2 .
 
140
      $GET/stable/${KDEVERSION}/src/kde-l10n/kde-l10n-$pkg-*.tar.bz2 .
141
141
    done
142
142
  fi
143
143
fi