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

improvements to installer

parent 1a18ebfa
No related branches found
No related tags found
Loading
...@@ -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)/pd-l2ork ln -sf $(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