mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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]
|
[Desktop Entry]
|
||||||
Name=$APP_NAME
|
Name=$APP_NAME
|
||||||
Version=$VERSION
|
|
||||||
Comment=Image sorting and editing
|
Comment=Image sorting and editing
|
||||||
Categories=Photography;Graphics;Database;Viewer;
|
Categories=Photography;Graphics;Database;Viewer;
|
||||||
Exec=$LAUNCHER
|
Exec=$LAUNCHER
|
||||||
|
|||||||
@ -175,15 +175,18 @@ DEVEL_PATH := $(shell pwd)
|
|||||||
INSTALL_PATH ?=
|
INSTALL_PATH ?=
|
||||||
INSTALL ?= dev
|
INSTALL ?= dev
|
||||||
ifeq ($(INSTALL_PATH),)
|
ifeq ($(INSTALL_PATH),)
|
||||||
|
# in-place...
|
||||||
ifeq ($(INSTALL),dev)
|
ifeq ($(INSTALL),dev)
|
||||||
INSTALL_PATH := $(DEVEL_PATH)
|
INSTALL_PATH := $(DEVEL_PATH)
|
||||||
DESKTOP_PATH ?= $(HOME)/.local/share/applications/
|
DESKTOP_PATH ?= $(HOME)/.local/share/applications/
|
||||||
endif
|
endif
|
||||||
|
# local to user...
|
||||||
ifeq ($(INSTALL),user)
|
ifeq ($(INSTALL),user)
|
||||||
# XXX
|
# XXX
|
||||||
INSTALL_PATH :=
|
INSTALL_PATH :=
|
||||||
DESKTOP_PATH ?= $(HOME)/.local/share/applications/
|
DESKTOP_PATH ?= $(HOME)/.local/share/applications/
|
||||||
endif
|
endif
|
||||||
|
# system-wide...
|
||||||
ifeq ($(INSTALL),system)
|
ifeq ($(INSTALL),system)
|
||||||
# XXX
|
# XXX
|
||||||
INSTALL_PATH :=
|
INSTALL_PATH :=
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user