We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250951a commit b570746Copy full SHA for b570746
CHANGELOG
@@ -3,6 +3,7 @@
3
*******************************************************************************
4
5
=== 1.0.2 ===
6
+* Fixed the icon installation script.
7
8
=== 1.0.1 ===
9
* Update build.
res/main/xdg/Makefile
@@ -23,10 +23,14 @@ ifneq ($(VERBOSE),1)
23
.SILENT:
24
endif
25
26
-DESTDIR :=
27
-ETCDIR := /etc
28
-SHAREDDIR := /usr/local/share
29
-FILES :=
+MODDIR = $(CURDIR)/..
+CONFIG := $(MODDIR)/.config.mk
+DESTDIR :=
+ETCDIR := /etc
30
+SHAREDDIR := /usr/local/share
31
+FILES :=
32
+
33
+include $(CONFIG)
34
35
XDG_ICON_PATH = $(DESTDIR)$(SHAREDDIR)/icons/hicolor
36
XDG_MENU_PATH = $(DESTDIR)$(ETCDIR)/xdg/menus/applications-merged
0 commit comments