git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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: