shorten buildid

No need to end it with " git-annex"
This commit is contained in:
Joey Hess 2020-10-06 11:23:55 -04:00
parent 995607b6db
commit 30677d5858
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -176,7 +176,7 @@ linuxstandalone:
cp doc/logo_16x16.png doc/logo.svg $(LINUXSTANDALONE_DEST)
cp standalone/trustedkeys.gpg $(LINUXSTANDALONE_DEST)
md5sum git-annex > "$(LINUXSTANDALONE_DEST)/buildid"
md5sum git-annex | cut -d ' ' -f 1 > "$(LINUXSTANDALONE_DEST)/buildid"
cd tmp/git-annex.linux && find . -type f > git-annex.MANIFEST
cd tmp/git-annex.linux && find . -type l >> git-annex.MANIFEST
cd tmp && tar c git-annex.linux | gzip -9 --rsyncable > git-annex-standalone-$(shell dpkg --print-architecture).tar.gz