You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packaging/fedora/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ First install the dependencies as root:
6
6
7
7
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:
8
8
9
-
git archive HEAD --prefix=arduino-mk-1.3.2/ -o ../arduino-mk-1.3.2.tar.gz
9
+
git archive HEAD --prefix=arduino-mk-1.3.3/ -o ../arduino-mk-1.3.3.tar.gz
10
10
11
11
If you don't already have a rpmbuild setup (e.g. you've not installed the SRPM) you will need to create the directories:
12
12
13
13
mkdir -p ~/rpmbuild/{SOURCES,SPECS}
14
14
15
15
Then copy the tarball and specfile into those directories:
0 commit comments