Fixed git archive command

This commit is contained in:
Simon John 2014-01-11 22:59:30 +00:00
parent 9f44b80c60
commit 73684a07df

View file

@ -6,7 +6,7 @@ First install the dependencies as root:
From the top-level Arduino-Makefile directory you've checked out of github, run the following (as unprivileged user) to create a compressed tarball using the naming conventions required by rpmbuild:
git archive --prefix=arduino-mk-1.1.0/ --format=tar -o ../arduino-mk-1.1.0.tar.gz -v HEAD | gzip
git archive HEAD --prefix=arduino-mk-1.1.0/ -o ../arduino-mk-1.1.0.tar.gz
If you don't already have a rpmbuild setup (e.g. you've not installed the SRPM) you will need to create the directories: