~ubuntu-branches/ubuntu/vivid/fbreader/vivid-proposed

« back to all changes in this revision

Viewing changes to build_packages.sh

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2007-12-04 12:51:45 UTC
  • Revision ID: james.westby@ubuntu.com-20071204125145-pw20qfyn0fx3h7jg
Tags: 0.8.8-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
                                        /scratchbox/login sb-conf se SDK_ARMEL
30
30
                                        /scratchbox/login -d src/projects/fbreader $make_package ARCHITECTURE=$1 $2
31
31
                                        ;;
 
32
                                maemo4)
 
33
                                        /scratchbox/login sb-conf se CHINOOK_ARMEL
 
34
                                        /scratchbox/login -d src/projects/fbreader $make_package ARCHITECTURE=$1 $2
 
35
                                        ;;
32
36
                                *)
33
37
                                        $make_package ARCHITECTURE=$1 $2
34
38
                                        ;;