File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ install -m 755 bin/ard-reset-arduino %{buildroot}/%{_bindir}/ard-reset-arduino
3939install -m 644 ard-reset-arduino.1 %{buildroot }/%{_mandir }/man1
4040install -m 755 bin/robotis-loader %{buildroot }/%{_bindir }/robotis-loader
4141install -m 644 robotis-loader.1 %{buildroot }/%{_mandir }/man1
42+ install -m 755 bin/ardmk-init %{buildroot }/%{_bindir }/ardmk-init
43+ install -m 644 ardmk-init.1 %{buildroot }/%{_mandir }/man1
4244
4345%clean
4446rm -rf %{buildroot }
@@ -49,13 +51,17 @@ rm -rf %{buildroot}
4951%{_mandir }/man1/ard-reset-arduino.1*
5052%{_bindir }/robotis-loader
5153%{_mandir }/man1/robotis-loader.1*
54+ %{_bindir }/ardmk-init
55+ %{_mandir }/man1/ardmk-init.1*
5256%{_datadir }/arduino/* .mk
5357%{_datadir }/arduino/arduino-mk-vars.md
5458%doc %{_docdir }/%{name }/licence.txt
5559%docdir %{_docdir }/%{name }/examples
5660%{_docdir }/%{name }/examples
5761
5862%changelog
63+ * Thu Oct 05 2017 Simon John <git@the-jedi.co.uk>
64+ - Added ardmk-init binary and manpage
5965* Tue Jul 11 2017 Karl Semich <fuzzyTew@gmail.com>
6066- Added robotis-loader binary and manpage
6167* Sat Apr 12 2014 Simon John <git@the-jedi.co.uk>
You can’t perform that action at this time.
0 commit comments