Skip to content
Snippets Groups Projects
Commit 027ee1fc authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

hopefully final fix for the pd~ regression

parent 5c4cdc6e
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ install: all ...@@ -203,7 +203,7 @@ install: all
install $(BINARYMODE) $(PDEXEC) $(DESTDIR)$(bindir)/@PDEXEC@ install $(BINARYMODE) $(PDEXEC) $(DESTDIR)$(bindir)/@PDEXEC@
# kludge to allow pd~ to work by default in pd-l2ork # kludge to allow pd~ to work by default in pd-l2ork
rm -f $(DESTDIR)$(libpddir)/pd rm -f $(DESTDIR)$(libpddir)/pd
#ln -s $(bindir)/pd-l2ork $(DESTDIR)$(libpddir)/bin/pd ln -s $(bindir)/pd-l2ork $(DESTDIR)$(libpddir)/pd-l2ork
install -m755 $(BIN_DIR)/pdsend $(DESTDIR)$(bindir)/pdsend install -m755 $(BIN_DIR)/pdsend $(DESTDIR)$(bindir)/pdsend
install -m755 $(BIN_DIR)/pdreceive $(DESTDIR)$(bindir)/pdreceive install -m755 $(BIN_DIR)/pdreceive $(DESTDIR)$(bindir)/pdreceive
for dir in $(shell ls -1 ../doc | grep -v CVS); do \ for dir in $(shell ls -1 ../doc | grep -v CVS); do \
......
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