diff options
author | Freya Murphy <freya@freyacat.org> | 2025-08-17 22:16:08 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-08-17 22:16:08 -0400 |
commit | d65fe5d9b4cd68c4001d6680fe0a78c671ff253f (patch) | |
tree | b64a17af66d1f1c28ff0088b94a7de22348ce62a /Makefile | |
parent | aports: refactor and freya-base (diff) | |
download | aports-main.tar.gz aports-main.tar.bz2 aports-main.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,6 +17,7 @@ ALPINE_VERSION := 3.22 APORTS := apk-conf \ caddy-conf \ openssh-conf \ + tmux-conf \ zsh-conf \ freya-certs \ freya-keys \ @@ -69,4 +70,4 @@ realclean: clean all: aports publish publish: - scp -r $(OUT)/aports/ $(REPO) + rsync -avz --delete $(OUT)/aports/* $(REPO)/aports/ |