minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-06-30 15:19:49 +03:00
parent af43329c66
commit 4b21ab209b
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,5 @@
[Desktop Entry]
Name=$APP_NAME
Version=$VERSION
Comment=Image sorting and editing
Categories=Photography;Graphics;Database;Viewer;
Exec=$LAUNCHER

View File

@ -175,15 +175,18 @@ DEVEL_PATH := $(shell pwd)
INSTALL_PATH ?=
INSTALL ?= dev
ifeq ($(INSTALL_PATH),)
# in-place...
ifeq ($(INSTALL),dev)
INSTALL_PATH := $(DEVEL_PATH)
DESKTOP_PATH ?= $(HOME)/.local/share/applications/
endif
# local to user...
ifeq ($(INSTALL),user)
# XXX
INSTALL_PATH :=
DESKTOP_PATH ?= $(HOME)/.local/share/applications/
endif
# system-wide...
ifeq ($(INSTALL),system)
# XXX
INSTALL_PATH :=