mirror of
https://github.com/rclone/rclone.git
synced 2024-11-21 16:03:29 +01:00
Fix make tarball
This commit is contained in:
parent
eca99b33c0
commit
e7fd607078
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user