CVSROOT:        /cvsroot/lilypond
Module name:    installers
Branch:         
Changes by:     Jan Nieuwenhuizen <[EMAIL PROTECTED]>   05/08/28 19:26:25

Modified files:
        linux/autopackage: GNUmakefile ChangeLog 

Log message:
        (src/%/autopackage/default.apspec): Bugfix.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/linux/autopackage/GNUmakefile.diff?tr1=1.17&tr2=1.18&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/linux/autopackage/ChangeLog.diff?tr1=1.19&tr2=1.20&r1=text&r2=text

Patches:
Index: installers/linux/autopackage/ChangeLog
diff -u installers/linux/autopackage/ChangeLog:1.19 
installers/linux/autopackage/ChangeLog:1.20
--- installers/linux/autopackage/ChangeLog:1.19 Mon Aug 22 23:12:58 2005
+++ installers/linux/autopackage/ChangeLog      Sun Aug 28 19:26:24 2005
@@ -1,3 +1,7 @@
+2005-08-28  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
+
+       * GNUmakefile (src/%/autopackage/default.apspec): Bugfix.
+
 2005-08-22  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
 
        * GNUmakefile: Rewrite.
Index: installers/linux/autopackage/GNUmakefile
diff -u installers/linux/autopackage/GNUmakefile:1.17 
installers/linux/autopackage/GNUmakefile:1.18
--- installers/linux/autopackage/GNUmakefile:1.17       Mon Aug 22 23:12:58 2005
+++ installers/linux/autopackage/GNUmakefile    Sun Aug 28 19:26:23 2005
@@ -82,6 +82,9 @@
        tar -C $(src-dir) -zxf $$ball
        $(ASSUME_OLD)
 
+specs/%/default.apspec.in:
+       ln -s specs/$(shell expr $@ : 'specs/\([^-]*\)') $(shell dirname $@)
+
 src/%/autopackage/default.apspec: specs/%/default.apspec.in
        rm -rf $(dir $@)
        mkdir -p $(dir $@)/packages


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

Reply via email to