From fae7ba0f39467caa212e823d06dbda784a469297 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 25 Aug 2007 19:43:33 +0000 Subject: Updated Makefile to reflect Ubuntu file layout, fixed a bug in help patch. svn path=/trunk/externals/input_noticer/; revision=8689 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 ----------------------- -- cgit v1.2.1