diff options
Diffstat (limited to 'scaf/Makefile')
-rw-r--r-- | scaf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scaf/Makefile b/scaf/Makefile index d9af670..a75695c 100644 --- a/scaf/Makefile +++ b/scaf/Makefile @@ -39,5 +39,5 @@ install: all #Check if pd is installed in $(prefix)/lib/pd. #If this fails the pdp_scaf lib and the docs won't be installed. test -d $(prefix)/lib/pd - install -m 755 pdp_scaf.pd_linux $(prefix)/lib/pd/externs + install -m 755 pdp_scaf.pd_linux $(prefix)/lib/pd/extra install -m 644 doc/*.pd $(prefix)/lib/pd/doc/5.reference |