ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/src/Makefile.in
(Generate patch)

Comparing ermyth/src/Makefile.in (file contents):
Revision 1.5 by pippijn, Wed Jul 25 00:03:21 2007 UTC vs.
Revision 1.6 by pippijn, Wed Jul 25 01:05:17 2007 UTC

2# Copyright © 2005 Atheme Development Group 2# Copyright © 2005 Atheme Development Group
3# Rights to this code are documented in doc/pod/license.pod. 3# Rights to this code are documented in doc/pod/license.pod.
4# 4#
5# This file contains build instructions. 5# This file contains build instructions.
6# 6#
7# $Id: Makefile.in,v 1.5 2007/07/25 00:03:21 pippijn Exp $ 7# $Id: Makefile.in,v 1.6 2007/07/25 01:05:17 pippijn Exp $
8# 8#
9 9
10CXX = @CXX@ 10CXX = @CXX@
11RM = @RM@ 11RM = @RM@
12MV = @MV@ 12MV = @MV@
150 $(INSTALL) -m 755 -c $(BIN) $(DESTDIR)$(bindir) 150 $(INSTALL) -m 755 -c $(BIN) $(DESTDIR)$(bindir)
151 $(INSTALL) -m 755 -c $(LIB) $(DESTDIR)$(bindir) 151 $(INSTALL) -m 755 -c $(LIB) $(DESTDIR)$(bindir)
152 $(INSTALL) -m 640 -c ../dist/example.conf $(DESTDIR)$(sysconfdir) 152 $(INSTALL) -m 640 -c ../dist/example.conf $(DESTDIR)$(sysconfdir)
153 $(INSTALL) -m 640 -c ../dist/example.motd $(DESTDIR)$(sysconfdir) 153 $(INSTALL) -m 640 -c ../dist/example.motd $(DESTDIR)$(sysconfdir)
154 $(INSTALL) -m 640 -c ../dist/example.userserv.conf $(DESTDIR)$(sysconfdir) 154 $(INSTALL) -m 640 -c ../dist/example.userserv.conf $(DESTDIR)$(sysconfdir)
155 $(INSTALL) -m 640 -c ../dist/atheme.chk $(DESTDIR)$(sysconfdir)/atheme.chk.sample 155 $(INSTALL) -m 640 -c ../dist/ermyth.chk $(DESTDIR)$(sysconfdir)/ermyth.chk.sample
156 156
157 @echo "----------------------------------------------------------------" 157 @echo "----------------------------------------------------------------"
158 @echo ">>> Remember to cd to ${prefix} and edit your config file."; 158 @echo ">>> Remember to cd to ${prefix} and edit your config file.";
159 @echo "----------------------------------------------------------------" 159 @echo "----------------------------------------------------------------"
160 160

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines