wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth Makefile.am


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth Makefile.am
Date: Sat, 14 May 2005 10:26:47 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    05/05/14 14:26:47

Modified files:
        .              : Makefile.am 

Log message:
        Go away from the install script if possible, it should speed up the 
installation.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/Makefile.am.diff?tr1=1.33&tr2=1.34&r1=text&r2=text

Patches:
Index: wesnoth/Makefile.am
diff -u wesnoth/Makefile.am:1.33 wesnoth/Makefile.am:1.34
--- wesnoth/Makefile.am:1.33    Sat May  7 20:40:28 2005
+++ wesnoth/Makefile.am Sat May 14 14:26:47 2005
@@ -29,8 +29,8 @@
        srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
        ( $(finddata) ) | while read p; do \
          $(w_preparefileinstall) \
-         echo " $(install_sh_DATA) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
-         $(install_sh_DATA) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
+         echo $(INSTALL_DATA) -D "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
+         $(INSTALL_DATA) -D "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
        done
 if DUMMYLOCALES
        $(mkdir_p) "$(DESTDIR)$(pkgdatadir)/locales"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]