From 824c989a0ea25476ece334e97b2c8c3026301650 Mon Sep 17 00:00:00 2001
From: Harald Pfeiffer <coding@lirion.de>
Date: Tue, 14 Jan 2025 20:15:13 +0100
Subject: new config path in Makefile

---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 0af4fde..bd29cbb 100644
--- a/Makefile
+++ b/Makefile
@@ -6,12 +6,12 @@ install: copy-etc copy-bin
 
 copy-etc: mkdir-etc
 	@if [ ! -e /etc/aptly-lirionde/aptly.conf ]; then \
-		install -vpm0644 -oroot -groot -t /etc/aptly-lirionde ./etc/aptly-lirionde.conf; \
-		else printf '/etc/aptly-lirionde/aptly.conf existing, skipping.\n'; \
+		install -vpm0644 -oroot -groot -t /etc/lirion/aptly.conf ./etc/aptly-lirionde.conf; \
+		else printf '/etc/lirion/aptly.conf existing, skipping.\n'; \
 		fi
 
 mkdir-etc:
-	@install -dvm0755 -oroot -groot /etc/aptly-lirionde
+	@install -dvm0755 -oroot -groot /etc/lirion
 
 
 copy-bin:
-- 
cgit v1.2.3