Skip to content

Commit

Permalink
bin: Don't hardcode python2.6 in bin/kupfer.in
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Feb 13, 2012
1 parent 41b2dfa commit 3c88d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/kupfer.in
Expand Up @@ -25,7 +25,7 @@ _hasprefix () {

PYTHON="@PYTHON@"
PYTHONDIR="@PYTHONDIR@"
_hasprefix "$PYTHON" "@" && PYTHON=python2.6
_hasprefix "$PYTHON" "@" && PYTHON=python
_hasprefix "$PYTHONDIR" "@" && PYTHONDIR=$(dirname $(readlink -f -- $0))/..

SERVICE="se.kaizer.kupfer"
Expand Down

0 comments on commit 3c88d3a

Please sign in to comment.