File: Makefile

package info (click to toggle)
grimripper 3.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,312 kB
  • sloc: ansic: 7,483; xml: 81; sh: 42; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# Distributions that don't use syslog-ng should do something
# different here, but note that the log file path in grimripper.conf
# is also mentioned in the Preferences UI.
#
install:
	@cp -v grimripper.conf /etc/rsyslog.d/ || echo "It appears that your system is not using syslog-ng. That's ok but GrimRipper will be logging to the default syslog target instead of /var/log/grimripper.log"

uninstall:
	rm -f /etc/rsyslog.d/grimripper.conf