From 73684a07df0455814bff8e13a0cae91cd4aa1aec Mon Sep 17 00:00:00 2001 From: Simon John Date: Sat, 11 Jan 2014 22:59:30 +0000 Subject: [PATCH] Fixed git archive command --- packaging/fedora/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/fedora/README.md b/packaging/fedora/README.md index dbd6334..203e02b 100644 --- a/packaging/fedora/README.md +++ b/packaging/fedora/README.md @@ -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: