From 027ee1fc5600bc4f5cad71f755697582f9f1b8fd Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Sat, 26 Jan 2013 09:29:42 -0500 Subject: [PATCH] hopefully final fix for the pd~ regression --- pd/src/makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/makefile.in b/pd/src/makefile.in index aba431b08..da24898f7 100644 --- a/pd/src/makefile.in +++ b/pd/src/makefile.in @@ -203,7 +203,7 @@ install: all install $(BINARYMODE) $(PDEXEC) $(DESTDIR)$(bindir)/@PDEXEC@ # kludge to allow pd~ to work by default in pd-l2ork 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)/pdreceive $(DESTDIR)$(bindir)/pdreceive for dir in $(shell ls -1 ../doc | grep -v CVS); do \ -- GitLab