Skip to content

Commit b570746

Browse files
committed
Fixed the icon installation script
1 parent 250951a commit b570746

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*******************************************************************************
44

55
=== 1.0.2 ===
6+
* Fixed the icon installation script.
67

78
=== 1.0.1 ===
89
* Update build.

res/main/xdg/Makefile

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ ifneq ($(VERBOSE),1)
2323
.SILENT:
2424
endif
2525

26-
DESTDIR :=
27-
ETCDIR := /etc
28-
SHAREDDIR := /usr/local/share
29-
FILES :=
26+
MODDIR = $(CURDIR)/..
27+
CONFIG := $(MODDIR)/.config.mk
28+
DESTDIR :=
29+
ETCDIR := /etc
30+
SHAREDDIR := /usr/local/share
31+
FILES :=
32+
33+
include $(CONFIG)
3034

3135
XDG_ICON_PATH = $(DESTDIR)$(SHAREDDIR)/icons/hicolor
3236
XDG_MENU_PATH = $(DESTDIR)$(ETCDIR)/xdg/menus/applications-merged

0 commit comments

Comments
 (0)