diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-09-24 11:24:39 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-09-24 11:24:39 -0600 |
commit | 5baf195523934519d7659ae34ad287ca60a5654c (patch) | |
tree | 9f86d94b4f80d28dae0604a489092f6cc41a7395 /config.mk | |
parent | 773bd04764f8407f90bf5bd10d62cd1712594892 (diff) |
allow specify DATADIR (to install desktop file)
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ PKG_CONFIG = pkg-config # paths PREFIX = /usr/local MANDIR = $(PREFIX)/share/man +DATADIR = $(PREFIX)/share XWAYLAND = XLIBS = |