CVSROOT:        /cvsroot/lilypond
Module name:    installers
Branch:         
Changes by:     Jan Nieuwenhuizen <[EMAIL PROTECTED]>   05/06/27 08:48:01

Modified files:
        windows/extra  : lilypond 
        windows        : ChangeLog 

Log message:
        (extra_split): Leave python in base package.
        Bugfix: version in datadir.
        (postinstall): Copy python datadir to bindir.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/extra/lilypond.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/ChangeLog.diff?tr1=1.25&tr2=1.26&r1=text&r2=text

Patches:
Index: installers/windows/ChangeLog
diff -u installers/windows/ChangeLog:1.25 installers/windows/ChangeLog:1.26
--- installers/windows/ChangeLog:1.25   Mon Jun 27 08:04:13 2005
+++ installers/windows/ChangeLog        Mon Jun 27 08:48:01 2005
@@ -2,6 +2,7 @@
 
        * extra/lilypond (extra_split): Leave python in base package.
        Bugfix: version in datadir.
+       (postinstall): Copy python datadir to bindir.
 
 2005-06-12  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
Index: installers/windows/extra/lilypond
diff -u installers/windows/extra/lilypond:1.10 
installers/windows/extra/lilypond:1.11
--- installers/windows/extra/lilypond:1.10      Mon Jun 27 08:04:13 2005
+++ installers/windows/extra/lilypond   Mon Jun 27 08:48:00 2005
@@ -130,6 +130,10 @@
 }
 
 postinstall () {
+    if [ "$cygwin" == "mingw" ]; then
+       cp $inst/usr/share/lilypond/$v/python/* $inst/usr/bin
+    fi
+    
     extras_postinstall
 
     if [ "$cygwin" == "mingw" ]; then
@@ -187,8 +191,8 @@
     mkdir -p 
     # should be in devel...
     mkdir -p ./$prefix/share/lilypond/$v
-    #for i in make python tex vim; do
-    for i in make tex vim; do
+    for i in make python tex vim; do
+    #for i in make tex vim; do
        mv $inst/$prefix/share/lilypond/$v/$i ./$prefix/share/lilypond/$v
     done
     mkdir -p ./$prefix/share/lilypond/$v/fonts


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to