Changeset 8961950 for Makefile


Ignore:
Timestamp:
2008-02-16T16:25:24Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
4eb4c0f
Parents:
903a2fc
Message:

read root's welcome message from a file (like tho MOTD)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r903a2fc r8961950  
    8585        mkdir -p $(DESTDIR)$(ETCDIR)
    8686        install -m 0644 motd.txt $(DESTDIR)$(ETCDIR)/motd.txt
     87        install -m 0644 welcome.txt $(DESTDIR)$(ETCDIR)/welcome.txt
    8788        install -m 0644 bitlbee.conf $(DESTDIR)$(ETCDIR)/bitlbee.conf
    8889
    8990uninstall-etc:
    9091        rm -f $(DESTDIR)$(ETCDIR)/motd.txt
     92        rm -f $(DESTDIR)$(ETCDIR)/welcome.txt
    9193        rm -f $(DESTDIR)$(ETCDIR)/bitlbee.conf
    9294        -rmdir $(DESTDIR)$(ETCDIR)
Note: See TracChangeset for help on using the changeset viewer.