Changeset c564e25
- Timestamp:
- 2014-07-05T21:37:23Z (10 years ago)
- Branches:
- master
- Children:
- 6f6b6c7
- Parents:
- 0edb57f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r0edb57f rc564e25 38 38 @echo -e '\nmake uninstall does not remove files in '$(DESTDIR)$(ETCDIR)', you can use make uninstall-etc to do that.\n' 39 39 40 install: install-bin install-doc install-plugins install-systemd40 install: install-bin install-doc install-plugins 41 41 @if ! [ -d $(DESTDIR)$(CONFIG) ]; then echo -e '\nThe configuration directory $(DESTDIR)$(CONFIG) does not exist yet, don'\''t forget to create it!'; fi 42 42 @if ! [ -e $(DESTDIR)$(ETCDIR)/bitlbee.conf ]; then echo -e '\nNo files are installed in '$(DESTDIR)$(ETCDIR)' by make install. Run make install-etc to do that.'; fi 43 ifdef SYSTEMDSYSTEMUNITDIR 44 @echo If you want to start BitlBee using systemd, try \"make install-systemd\". 45 endif 43 46 @echo 44 47
Note: See TracChangeset
for help on using the changeset viewer.