Update of /cvsroot/fink/web/xml
In directory vz-cvs-3.sog:/tmp/cvs-serv32119/web/xml

Modified Files:
        Makefile.common 
Log Message:
Rebuild doc
fix missing ";" in web/fink_version.inc


Index: Makefile.common
===================================================================
RCS file: /cvsroot/fink/web/xml/Makefile.common,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Makefile.common     14 Apr 2012 19:29:12 -0000      1.27
+++ Makefile.common     11 Nov 2012 16:04:57 -0000      1.28
@@ -120,8 +120,8 @@
 
 ifdef DESTDIR
        @echo "Installing PHP files"
-       cp $(INSTALL_FILES) $(basedir)/web/$(DESTDIR)/
-       if ls header*.inc &> /dev/null; then cp header*.inc 
$(basedir)/web/$(DESTDIR)/ ; fi
+       cp -a $(INSTALL_FILES) $(basedir)/web/$(DESTDIR)/
+       if ls header*.inc &> /dev/null; then cp -a header*.inc 
$(basedir)/web/$(DESTDIR)/ ; fi
 else
        @echo "DESTDIR not defined, can't install"
 endif


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to