DESTDIR=/usr/local

install:
	install -d -m 755 $(DESTDIR)/etc/logrotate.d/
	install -m 644 lighttpd $(DESTDIR)/etc/logrotate.d/lighttpd-pythonbp

