From c65451ff8df121d372871ea07767cdbd53273b2d Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Mon, 9 Nov 2009 11:02:40 +0000 Subject: [PATCH] fix in configure --- configure.sh | 4 +++- debian/changelog | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index 7ae0618..116a8b7 100755 --- a/configure.sh +++ b/configure.sh @@ -94,7 +94,9 @@ read ans if [ "x$ans" = "x1" -o "x$ans" = "x" ]; then echo " * Standalone version" rm -f Rules.make - ln -s Rules.make.standalone Rules.make + ln -sf Rules.make.standalone Rules.make + rm -f sdl-instead + ln -sf src/sdl-instead/sdl-instead sdl-instead echo "Ok, now do:" echo " make && ./sdl-instead" elif [ "x$ans" = "x2" ]; then diff --git a/debian/changelog b/debian/changelog index 0c509c7..544eba2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ instead (1.0.0) unstable; urgency=low * kill empty lines at end of layout * typo in colortable (graphics.c) by Alexander * manual.tex by Alexander and commiters + * default-large theme by default -- Peter Kosyh Tue, 3 Nov 2009 19:43:00 +0400