diff options
Diffstat (limited to 'Make.config.template')
| -rw-r--r-- | Make.config.template | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Make.config.template b/Make.config.template new file mode 100644 index 0000000..21d8d66 --- /dev/null +++ b/Make.config.template @@ -0,0 +1,10 @@ +# +# User defined Makefile options for the ripit plugin +# +# Copy this file to 'Make.config' and change the parameters as necessary. +# + +LOG_FILE?=/tmp/ripit.log +LOCK_FILE?=/tmp/ripit.process +ABORT_FILE?=/tmp/ripit.stop +DEFAULT_RIPIT_DIR?=/srv/AUDIO/ripped |
