[geany/geany-plugins] 89a442: Make path variable usage more consistent with the rest

Enrico Tröger git-noreply at xxxxx
Sun Jun 24 11:23:23 UTC 2012


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 24 Jun 2012 11:23:23
Commit:      89a442867ec054e93faaabc1c1da3e5e440b1ece
             https://github.com/geany/geany-plugins/commit/89a442867ec054e93faaabc1c1da3e5e440b1ece

Log Message:
-----------
Make path variable usage more consistent with the rest


Modified Paths:
--------------
    debugger/wscript_build

Modified: debugger/wscript_build
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -26,7 +26,7 @@ name = 'Debugger'
 includes = ['debugger/src']
 libraries = ['VTE', 'UTIL']
 
-pludin_datadir = conf.env['GEANYPLUGINS_DATADIR'] + '/geany-plugins/debugger'
+pludin_datadir = '${PKGDATADIR}/debugger'
 
 defines=[ 'DBGPLUG_DATA_DIR="' + pludin_datadir + '"']
 


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list