aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorN.N. <david_merrill@users.sourceforge.net>2007-08-25 19:43:33 +0000
committerN.N. <david_merrill@users.sourceforge.net>2007-08-25 19:43:33 +0000
commitfae7ba0f39467caa212e823d06dbda784a469297 (patch)
tree9e19f288568a9635c12829bac4e83c1e2651f204 /Makefile
parentd7245d19a08a94ab9ac0394f31f21064c0854dc3 (diff)
Updated Makefile to reflect Ubuntu file layout, fixed a bug in help patch.
svn path=/trunk/externals/input_noticer/; revision=8689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5c6dde5..215b2a7 100644
--- a/Makefile
+++ b/Makefile
@@ -6,11 +6,11 @@ clean: ; rm -f *.pd_linux *.o *~
# installs all compiled externals.
# you'll want to change this to match where your externals live
-install: ; sudo cp *.pd_linux /usr/lib/pd/extra
+install: ; sudo cp *.pd_linux /usr/local/lib/pd/extra
# installs the input_noticer
# you'll want to change this to match where your externals live
-install_noticer: ; cp input_noticer.pd_linux /usr/lib/pd/extra
+install_noticer: ; cp input_noticer.pd_linux /usr/local/lib/pd/extra ; cp input_noticer-help.pd /usr/local/lib/pd/doc/5.reference/
# ----------------------- LINUX i386 -----------------------