[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.2-20090328-177-gc5355bc)



The branch, master has been updated
       via  c5355bcf9d18c757dc53b0b6f2d773abbaa57b12 (commit)
      from  98fc06c271432b9f59ca49865b8ca9dbe844b9de (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit c5355bcf9d18c757dc53b0b6f2d773abbaa57b12
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    autogen.sh: Use cp -p instead of cp -a in --setup.
    
    cp -a is not supported by NetBSD's cp. (Problem reported by Dan
    McMahill).

:100755 100755 3d4c434... b8502ec... M	autogen.sh

=========
 Changes
=========

commit c5355bcf9d18c757dc53b0b6f2d773abbaa57b12
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    autogen.sh: Use cp -p instead of cp -a in --setup.
    
    cp -a is not supported by NetBSD's cp. (Problem reported by Dan
    McMahill).

diff --git a/autogen.sh b/autogen.sh
index 3d4c434..b8502ec 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -121,7 +121,7 @@ autopoint_fix() {
     {
       for d in $podirs; do
         echo "$script_name: copying gettext files to $d ..."
-        cp -a $top_po/* $d || break
+        cp -p $top_po/* $d || break
       done
     } && rm -rf $top_po
   else




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs