summaryrefslogtreecommitdiff
path: root/Make.config.template
blob: 04fc5e20064577c975ea1ecbce97f74a4de2d37d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# User defined Makefile options for the uactivity plugin
#
# Copy this file to 'Make.config' and change the parameters as necessary.
#

# The shell comman used
# If you are using upstart you may use
# PLUGIN_UACTIVITY_COMMAND=initctl emit --system --no-wait vdr-uactivity reason=%1$$s orgin=%2$$s value=%3$$s ConfigDirectory=%4$$s CacheDirectory=%5$$s ResourceDirectory=%6$$s

PLUGIN_UACTIVITY_COMMAND?=vdr-uactivity -r %1$$s -o %2$$s -v %3$$s -C %4$$s -c %5$$s -R %6$$s



# Set to supress the install of the shell script package

#PLUGIN_UACTIVITY_NOINSTALL_BIN=true