~ubuntu-branches/ubuntu/trusty/scid/trusty

« back to all changes in this revision

Viewing changes to debian/make_source/prep.sh

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Korff
  • Date: 2011-07-06 12:56:48 UTC
  • mfrom: (1.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110706125648-tlne3lvva68piwel
Tags: 1:4.3.0.cvs20110706-1
* New Upstream Version.
* Scid Upstream is now a git repository, see copyright.
* Updated standards version to 3.9.2
* Recheck of bug #584923, "flipping board breakes animation". This 
  is working fine now, even in docked mode. (Closes: #584923).

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
##############
28
28
 
29
29
# Preparations to have a new source tree
30
 
 
 
30
                echo "DESTDIR=$DESTDIR"
 
31
                echo "CURDIR=$CURDIR"
31
32
                rm -rf $DESTDIR
32
33
                mkdir $DESTDIR
 
34
                mkdir -p $CURDIR/tmp
33
35
cd scid
34
36
 
35
37
cd $CURDIR