~ubuntu-branches/ubuntu/oneiric/kde-l10n-kk/oneiric-proposed

« back to all changes in this revision

Viewing changes to debian/build-l10n.sh

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2010-05-04 14:16:07 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504141607-jbjodrqzxb8p8h35
Tags: 4:4.4.3-0ubuntu1
* New upstream release
* Add cmake as build dep as per
  https://wiki.kubuntu.org/KDECMakeBuildDependTransition

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    "engb" )
35
35
      eval "$1=\"en\"";;
36
36
    "ptbr" )
37
 
      eval "$1=\"br\"";;
 
37
      eval "$1=\"pt\"";;
38
38
    "srijekavian" )
39
39
      eval "$1=\"sr\"";;
40
40
    "srijekavianlatin" )
76
76
    ;;
77
77
esac
78
78
 
 
79
if [ -e build ]; then
 
80
  echo "Do you REALLY REALLY want to mess with the current build dir? (y/n)"
 
81
  read -e reply
 
82
  if [[ $reply != "y" ]]; then
 
83
    echo "bye!"
 
84
    exit 0
 
85
  fi
 
86
fi
 
87
 
79
88
# clean build dir
80
89
if [ $clean_dld -eq 0 ]; then
81
90
  find build/* -maxdepth 0 | grep -v build-area | xargs rm -rfv