~allsymes/vineyard/fixes

« back to all changes in this revision

Viewing changes to tools/package_python-wine.sh

  • Committer: Christian Dannie Storgaard
  • Date: 2010-02-08 23:52:48 UTC
  • Revision ID: cybolic@gmail.com-20100208235248-813sjv012jx72ozl
Working on the packaging tools...

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
name="python-wine"
4
4
dir="python-wine"
5
5
 
6
 
path="$(dirname "$0")/../"
 
6
path="$(readlink -f "$(dirname "$0")/../")"
7
7
version="$(head "$path/$dir/debian/changelog" -n 1 | cut -d\( -f2 | cut -d\) -f1)"
8
8
 
9
9
cd "$path"