From a797a023954fb0ab754d0212e134c60111cefb58 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Mon, 4 Aug 2003 08:07:00 +0000 Subject: [PATCH] Burkhard Linke fixed spice git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1005 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 5 +++-- package/nikolaus/spice/spice.conf | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 22a5cd6db..de35703f0 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -4,8 +4,9 @@ whole rxr-tree. *) 2003-08-04 (2.0.0-beta7 - 2.0.0-rc1) - - Burkhard Linke: fixed qtparte, updated reiserfsprogs - + - Burkhard Linke: fixed qtparte and spice + updated reiserfsprogs + *) 2003-08-02 (2.0.0-beta7 - 2.0.0-rc1) - fixed zlib to only install into $root/... and refactored the code diff --git a/package/nikolaus/spice/spice.conf b/package/nikolaus/spice/spice.conf index 6528f71d2..077ea244a 100644 --- a/package/nikolaus/spice/spice.conf +++ b/package/nikolaus/spice/spice.conf @@ -25,7 +25,7 @@ spice_main () { ./util/build linux ./util/build linux install - ln -s $root/usr/spice/bin/spice3 $bindir/spice + ln -sf $root/usr/spice/bin/spice3 $bindir/spice cp -vf $confdir/spiceinit $docdir }