CVSROOT: /cvsroot/lilypond
Module name: installers
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/08/28 23:15:42
Modified files:
linux/autopackage: ChangeLog GNUmakefile
Log message:
(specs/%/default.apspec.in): bugfix: relative path
in symlink is relative to directory of link, not to working directory.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/linux/autopackage/ChangeLog.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/linux/autopackage/GNUmakefile.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
Patches:
Index: installers/linux/autopackage/ChangeLog
diff -u installers/linux/autopackage/ChangeLog:1.20
installers/linux/autopackage/ChangeLog:1.21
--- installers/linux/autopackage/ChangeLog:1.20 Sun Aug 28 19:26:24 2005
+++ installers/linux/autopackage/ChangeLog Sun Aug 28 23:15:42 2005
@@ -1,3 +1,8 @@
+2005-08-29 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+
+ * GNUmakefile (specs/%/default.apspec.in): bugfix: relative path
+ in symlink is relative to directory of link, not to working directory.
+
2005-08-28 Jan Nieuwenhuizen <[EMAIL PROTECTED]>
* GNUmakefile (src/%/autopackage/default.apspec): Bugfix.
Index: installers/linux/autopackage/GNUmakefile
diff -u installers/linux/autopackage/GNUmakefile:1.18
installers/linux/autopackage/GNUmakefile:1.19
--- installers/linux/autopackage/GNUmakefile:1.18 Sun Aug 28 19:26:23 2005
+++ installers/linux/autopackage/GNUmakefile Sun Aug 28 23:15:42 2005
@@ -83,7 +83,8 @@
$(ASSUME_OLD)
specs/%/default.apspec.in:
- ln -s specs/$(shell expr $@ : 'specs/\([^-]*\)') $(shell dirname $@)
+ echo bla
+ ln -s $(shell expr $@ : 'specs/\([^-]*\)') $(shell dirname $@)
src/%/autopackage/default.apspec: specs/%/default.apspec.in
rm -rf $(dir $@)
@@ -192,4 +193,4 @@
echo $< -t -p$(root)
touch $@
-lilypond-upgrade:
$(upload-dir)/lilypond-$(lilypond-version)-upgrade.$(ARCH).package
\ No newline at end of file
+lilypond-upgrade:
$(upload-dir)/lilypond-$(lilypond-version)-upgrade.$(ARCH).package
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs