~teemu-heinamaki/ubuntu/maverick/tuxguitar/merge-from-debian

« back to all changes in this revision

Viewing changes to build_gcj.sh

  • Committer: Bazaar Package Importer
  • Author(s): Philippe Coval
  • Date: 2009-04-25 19:49:27 UTC
  • mfrom: (1.1.3 upstream) (2.1.7 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090425194927-pblqed0zxp0pmyeq
Tags: 1.1-1
* New Upstream Release (Closes: #489859) (LP: #366476)
* Merged patch : tuxguitar_1.0.dak-1ubuntu1.patch
* debian/README.txt
  - suggests to install tuxguitar-jsa

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
export SWT_PATH=${DIR_NAME}/lib/swt.jar
9
9
export PREFIX=./
10
 
export TG_PREFIX=${DIR_NAME}/tuxguitar-1.0-linux-x86-gcj/
 
10
export TG_PREFIX=${DIR_NAME}/tuxguitar-1.1-linux-x86-gcj/
11
11
export TG_SOURCE_PATH=${DIR_NAME}/TuxGuitar/src/
12
12
export GCJFLAGS="-fsource=1.4 -fPIC"
13
13