mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 09:50:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
af43329c66
commit
4b21ab209b
@ -1,6 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Name=$APP_NAME
|
||||
Version=$VERSION
|
||||
Comment=Image sorting and editing
|
||||
Categories=Photography;Graphics;Database;Viewer;
|
||||
Exec=$LAUNCHER
|
||||
|
||||
@ -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 :=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user