source: trunk/server/common/oursrc/whoisd/Makefile.in @ 2591

Last change on this file since 2591 was 2066, checked in by achernya, 12 years ago
Merge branches/fc15-dev to trunk
File size: 275 bytes
RevLine 
[763]1install:
2        install -Dpm 644 whoisd.tac ${DESTDIR}@libexecdir@/whoisd.tac
[2066]3        install -Dpm 644 scripts-whoisd.service ${DESTDIR}/lib/systemd/system/scripts-whoisd.service
[763]4
5clean:
6        rm -f ${DESTDIR}@libexecdir@/whoisd.tac
[2066]7        rm -f ${DESTDIR}/lib/systemd/system/scripts-whoisd.service
Note: See TracBrowser for help on using the repository browser.