Skip to content
Snippets Groups Projects
Commit 0f4e7503 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

ported: "*added arduino abstractions to the installer"

from pd-l2ork: b9cd12d16229acf3a66accc4ad0bdae03d96f19b
parent 3a0a64fc
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,8 @@ deb: DEB_PD_VERSION := $(shell echo $(PD_VERSION) | sed 's|\(.*\)-l2ork-\(.*\)|\
deb: $(bindir)
# add K12 mode
cp -rf ../../l2ork_addons/K12/ $(DESTDIR)$(libpddir)/extra/
# add arduino library
cp -rf ../../externals/hardware/arduino $(DESTDIR)$(libpddir)/extra/
# free desktop menu, mime, and icon support
# perhaps the icons should go in /usr/share/pixmaps like 'scribus'
install -d $(DESTDIR)/usr/share/icons/hicolor/128x128/apps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment