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

remove comma from metafile, as it gets re-interpreted as a message in Pd

parent ddfbb4f5
No related branches found
No related tags found
No related merge requests found
......@@ -937,7 +937,7 @@ iem16_install: iem16
install -d $(DESTDIR)$(objectsdir)/$(IEM16_NAME)
$(scripts_src)/generate-libdir-metafile.sh $(DESTDIR)$(objectsdir) $(IEM16_NAME) \
--author "IOhannes m zmoelnig" \
--description "16bit table, array objects for low memory usage" \
--description "16bit table/array objects for low memory usage" \
--license "GNU GPL" \
--version "0.1"
install -p $(IEM16_DIR)/*.$(EXTENSION) $(DESTDIR)$(objectsdir)/$(IEM16_NAME)
......
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