diff options
author | mail_redacted_for_web | 2025-01-14 20:15:13 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2025-01-14 20:15:13 +0100 |
commit | 824c989a0ea25476ece334e97b2c8c3026301650 (patch) | |
tree | 4edf015c52fdc156722675eb84a48ef48597f3fc | |
parent | cf0e31aa7d715150aeccd1373763fcedbee4758e (diff) | |
download | aptly-lirionde-master.tar.bz2 |
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |