diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-02-11 22:14:33 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-02-11 22:14:33 +0100 |
commit | e8b121c0dcea55897ea5991a6468f092d59c3a07 (patch) | |
tree | b76559b98619bdf1aea47c9915fbca69c346366b /src/gtk-redshift/defs.py.in | |
parent | Turn gtk-redshift into a python module. A launcher script is installed (diff) | |
download | redshift-ng-e8b121c0dcea55897ea5991a6468f092d59c3a07.tar.gz redshift-ng-e8b121c0dcea55897ea5991a6468f092d59c3a07.tar.bz2 redshift-ng-e8b121c0dcea55897ea5991a6468f092d59c3a07.tar.xz |
gtk-redshift: Use absolute path when launching redshift process.
Diffstat (limited to 'src/gtk-redshift/defs.py.in')
-rw-r--r-- | src/gtk-redshift/defs.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtk-redshift/defs.py.in b/src/gtk-redshift/defs.py.in index 91eccf9..d3ca5ed 100644 --- a/src/gtk-redshift/defs.py.in +++ b/src/gtk-redshift/defs.py.in @@ -19,3 +19,4 @@ LOCALEDIR = '@localedir@' +BINDIR = '@bindir@' |