From 1410aa23b1081f6a315a4b8f29124dadceb33a31 Mon Sep 17 00:00:00 2001 From: Krista 'DarthMama' Bennett Date: Fri, 27 Sep 2019 14:25:46 +0200 Subject: [PATCH] PER_MACHINE_DIRECTORY basically has to be defined with a sensible default. --- Makefile.conf | 2 +- db/Makefile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.conf b/Makefile.conf index 1f7e92a2..e7692a63 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -48,7 +48,7 @@ PREFIX=$(HOME) # necessary #PER_USER_DIRECTORY=.pEp -#PER_MACHINE_DIRECTORY=/usr/local/share/pEp +PER_MACHINE_DIRECTORY:=/usr/local/share/pEp # Filename of the pEpEngine library ifeq ($(BUILD_FOR),Linux) diff --git a/db/Makefile b/db/Makefile index 692c8496..0c347bc7 100644 --- a/db/Makefile +++ b/db/Makefile @@ -18,10 +18,8 @@ system.db: create_system_db.sql $(DICOS) .PHONY: install install: system.db -ifdef $(PER_MACHINE_USER_DIRECTORY) mkdir -p $(PER_MACHINE_DIRECTORY) cp system.db $(PER_MACHINE_DIRECTORY) -endif .PHONY: clean clean: