From 4b21ab209b7a4982b72be7fb17ea9fc2fd8d3931 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 30 Jun 2022 15:19:49 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- Viewer/App.desktop.tpl | 1 - Viewer/Makefile | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Viewer/App.desktop.tpl b/Viewer/App.desktop.tpl index f78bc7f1..f492c1b7 100644 --- a/Viewer/App.desktop.tpl +++ b/Viewer/App.desktop.tpl @@ -1,6 +1,5 @@ [Desktop Entry] Name=$APP_NAME -Version=$VERSION Comment=Image sorting and editing Categories=Photography;Graphics;Database;Viewer; Exec=$LAUNCHER diff --git a/Viewer/Makefile b/Viewer/Makefile index a7229057..45fcd16b 100644 --- a/Viewer/Makefile +++ b/Viewer/Makefile @@ -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 :=