mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-17 19:40:28 +01:00
Change generation of Data Dir in the global header
It has become common practice in previous patches to use PACKAGE_TARNAME instead of hard-coding "WindowMaker" when working with paths, so let's be as consistent in the generated header.
This commit is contained in:
committed by
Carlos R. Mafra
parent
5076b6f496
commit
0c6ad643c8
@@ -19,7 +19,7 @@ config-paths.h: Makefile
|
||||
@echo '#define PIXMAPDIR "$(pixmapdir)"' >> $@
|
||||
@echo '' >> $@
|
||||
@echo '/* where shared data is stored */' >> $@
|
||||
@echo '#define PKGDATADIR "$(datadir)/WindowMaker"' >> $@
|
||||
@echo '#define PKGDATADIR "$(datadir)/$(PACKAGE_TARNAME)"' >> $@
|
||||
@echo '' >> $@
|
||||
@echo '/* where the global defaults are stored */' >> $@
|
||||
@echo '#define PKGCONFDIR "$(pkgconfdir)"' >> $@
|
||||
|
||||
Reference in New Issue
Block a user