From 24ea087d5ec89e6ad72ebdabdf042a089cc8ead8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 29 Mar 2020 22:47:50 +0200 Subject: [PATCH] make release: Reorganized my directory structure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5092168..5e9ffaa 100644 --- a/Makefile +++ b/Makefile @@ -29,4 +29,4 @@ release: git archive --format=tar --prefix=osdd-$(VERSION)/ HEAD | gzip >$(ARCHIVE) scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/ ssh jw "cd www && bin/release-prog osdd $(VERSION)" - mv $(ARCHIVE) ~/archives/mj/ + mv $(ARCHIVE) ~/archives/sw/osdd/ -- 2.39.2