[geany/geany-plugins] 937123: Use $(PACKAGE) instead of hard-coding its value

Colomban Wendling git-noreply at xxxxx
Sat Mar 12 18:35:15 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 12 Mar 2016 18:35:15 UTC
Commit:      9371238c0f74cff6a1c1ed75489097e89bc011c0
             https://github.com/geany/geany-plugins/commit/9371238c0f74cff6a1c1ed75489097e89bc011c0

Log Message:
-----------
Use $(PACKAGE) instead of hard-coding its value


Modified Paths:
--------------
    build/vars.build.mk

Modified: build/vars.build.mk
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -2,11 +2,11 @@ if MINGW
 LOCAL_AM_CFLAGS = \
 	-DLOCALEDIR=\""share/locale"\" \
 	-DPREFIX=\"\" \
-	-DDOCDIR=\""share/doc/geany-plugins"\" \
+	-DDOCDIR=\""share/doc/$(PACKAGE)"\" \
 	-DGEANYPLUGINS_DATADIR=\""share"\" \
-	-DPKGDATADIR=\""share/geany-plugins"\" \
+	-DPKGDATADIR=\""share/$(PACKAGE)"\" \
 	-DLIBDIR=\""lib"\" \
-	-DPKGLIBDIR=\""lib/geany-plugins"\"
+	-DPKGLIBDIR=\""lib/$(PACKAGE)"\"
 else
 LOCAL_AM_CFLAGS = \
 	-DLOCALEDIR=\""$(LOCALEDIR)"\" \



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


More information about the Plugins-Commits mailing list