File: Makefile

package info (click to toggle)
asunder 3.0.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,264 kB
  • sloc: ansic: 8,493; makefile: 36
file content (9 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (7)
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 asunder.conf
# is also mentioned in the Preferences UI.
#
install:
	@cp -v asunder.conf /etc/rsyslog.d/ || echo "It appears that your system is not using syslog-ng. That's ok but Asunder will be logging to the default syslog target instead of /var/log/asunder.log"

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