diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-02-09 22:30:40 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-02-09 22:30:40 +0000 |
commit | 2b0b6bd6fd3732b804dc5c75a3f1a34355e36dfb (patch) | |
tree | d7377f72067c873cc0b898b490c664f56f61a96f /Makefile | |
parent | b09e39664365b715b6a5c8423ee6b266c90c3957 (diff) |
fix install location of library in packaging (I forgot to include the 'extra' in /usr/lib/pd/extra)
svn path=/trunk/externals/motex/; revision=13156
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -176,8 +176,6 @@ install-doc: $(INSTALL_FILE) $(PDOBJECTS:.pd=-help.pd) \ $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) $(INSTALL_FILE) README $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/README.txt -# $(INSTALL_FILE) VERSION $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/VERSION.txt -# $(INSTALL_FILE) CHANGES $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/CHANGES.txt clean: |