git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-01-14 20:15:13 +0100
committermail_redacted_for_web 2025-01-14 20:15:13 +0100
commit824c989a0ea25476ece334e97b2c8c3026301650 (patch)
tree4edf015c52fdc156722675eb84a48ef48597f3fc
parentcf0e31aa7d715150aeccd1373763fcedbee4758e (diff)
downloadaptly-lirionde-master.tar.bz2
new config path in MakefileHEADmaster
-rw-r--r--Makefile6
1 files 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: