From 5ca40cb94ce3f4d776a406641cbde8987e093db9 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 26 Oct 2023 08:23:46 +0200 Subject: [PATCH] CI: Update Makefiles Signed-off-by: Michael Mayer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b92875414..7544ffe13 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ BUILD_ARCH ?= $(shell scripts/dist/arch.sh) JS_BUILD_PATH ?= $(shell realpath "./assets/static/build") # Install parameters. -INSTALL_PATH ?= $(BUILD_PATH)/photoprism-$(BUILD_TAG)-$(shell echo $(BUILD_OS) | tr '[:upper:]' '[:lower:]')-$(BUILD_ARCH) +INSTALL_PATH ?= $(BUILD_PATH)/photoprism-ce-$(BUILD_TAG)-$(shell echo $(BUILD_OS) | tr '[:upper:]' '[:lower:]')-$(BUILD_ARCH) DESTDIR ?= $(INSTALL_PATH) DESTUID ?= 1000 DESTGID ?= 1000