fix in configure

This commit is contained in:
p.kosyh 2009-11-09 11:02:40 +00:00
parent c554fecc76
commit c65451ff8d
2 changed files with 4 additions and 1 deletions

View file

@ -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

1
debian/changelog vendored
View file

@ -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 <p.kosyh@gmail.com> Tue, 3 Nov 2009 19:43:00 +0400