From e7fd6070784c41eddc8fc807ab4c13b63c75c9ba Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen Date: Mon, 2 Apr 2018 17:56:13 +0800 Subject: [PATCH] Fix `make tarball` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b62a5e187..4e350f967 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ upload_website: website rclone -v sync docs/public memstore:www-rclone-org tarball: - git archive -9 --format=tar.gz --prefix=rclone-$(TAG) -o build/rclone-$(TAG).tar.gz $(TAG) + git archive -9 --format=tar.gz --prefix=rclone-$(TAG)/ -o build/rclone-$(TAG).tar.gz $(TAG) sign_upload: cd build && md5sum rclone-* | gpg --clearsign > MD5SUMS