[geany/geany] 881ca4: Fix typo in generated geany.pc

Enrico Tröger git-noreply at xxxxx
Sun Jun 22 12:09:04 UTC 2014


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 22 Jun 2014 12:09:04 UTC
Commit:      881ca4fa0243c29ace29e56955d85fcad255e90f
             https://github.com/geany/geany/commit/881ca4fa0243c29ace29e56955d85fcad255e90f

Log Message:
-----------
Fix typo in generated geany.pc


Modified Paths:
--------------
    wscript

Modified: wscript
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -476,7 +476,7 @@ def build(bld):
                            'includedir': '${prefix}/include',
                            'datarootdir': '${prefix}/share',
                            'datadir': '${datarootdir}',
-                           'localedir': '${datarootdir/locale'})
+                           'localedir': '${datarootdir}/locale'})
 
     if not is_win32:
         # geany.desktop



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list