CVSROOT:        /cvsroot/lilypond
Module name:    installers
Branch:         
Changes by:     Jan Nieuwenhuizen <[EMAIL PROTECTED]>   05/07/23 09:24:26

Modified files:
        windows        : GNUmakefile 

Log message:
        Bugfixes and cleanup.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/GNUmakefile.diff?tr1=1.21&tr2=1.22&r1=text&r2=text

Patches:
Index: installers/windows/GNUmakefile
diff -u installers/windows/GNUmakefile:1.21 installers/windows/GNUmakefile:1.22
--- installers/windows/GNUmakefile:1.21 Sat Jul 23 09:13:47 2005
+++ installers/windows/GNUmakefile      Sat Jul 23 09:24:26 2005
@@ -88,9 +88,13 @@
        ln -s $< $@
 
 upset:
+# ugh, this only works when the local uploads dir is complete
+# otherwise setup.ini gets overwritten with a partial package list
+ifeq (0,1)
        cd $(dir $(upload-dir)) && $(UPSET) --nosetup-version uploads > 
uploads/../setup.ini
        $(APT) --root=$(target-root) update
        $(APT) --root=$(nsis-root) update
+endif
 
 all-bin-balls = $$(find $(upload-dir)/$* -name '*bz2'\
  | grep -v '\-src'\


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to