ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/Makefile.am
(Generate patch)

Comparing deliantra/server/lib/Makefile.am (file contents):
Revision 1.28 by root, Sat May 26 15:44:06 2007 UTC vs.
Revision 1.29 by root, Sun May 27 17:45:51 2007 UTC

38 38
39PERL = @PERL@ 39PERL = @PERL@
40 40
41install-data-local: jeweler.yaml 41install-data-local: jeweler.yaml
42 @$(NORMAL_INSTALL) 42 @$(NORMAL_INSTALL)
43 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgdatadir)/maps
43 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgconfdir) 44 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgconfdir)
44 for i in $(CONF_FILES); do \ 45 for i in $(CONF_FILES); do \
45 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 46 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \
46 echo "Installing $$i"; \ 47 echo "Installing $$i"; \
47 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \ 48 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines