- Timestamp:
- 2008-02-16T16:25:24Z (17 years ago)
- Branches:
- master
- Children:
- 4eb4c0f
- Parents:
- 903a2fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r903a2fc r8961950 85 85 mkdir -p $(DESTDIR)$(ETCDIR) 86 86 install -m 0644 motd.txt $(DESTDIR)$(ETCDIR)/motd.txt 87 install -m 0644 welcome.txt $(DESTDIR)$(ETCDIR)/welcome.txt 87 88 install -m 0644 bitlbee.conf $(DESTDIR)$(ETCDIR)/bitlbee.conf 88 89 89 90 uninstall-etc: 90 91 rm -f $(DESTDIR)$(ETCDIR)/motd.txt 92 rm -f $(DESTDIR)$(ETCDIR)/welcome.txt 91 93 rm -f $(DESTDIR)$(ETCDIR)/bitlbee.conf 92 94 -rmdir $(DESTDIR)$(ETCDIR)
Note: See TracChangeset
for help on using the changeset viewer.