Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sat, 12 Mar 2016 18:35:15 UTC Commit: 9371238c0f74cff6a1c1ed75489097e89bc011c0 https://github.com/geany/geany-plugins/commit/9371238c0f74cff6a1c1ed75489097...
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).
plugins-commits@lists.geany.org