From 4ef4e4df96feecad36af9737ff90c7db924ac880 Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Wed, 27 Jul 2011 13:19:26 +0000 Subject: [PATCH] debian fix --- debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/rules b/debian/rules index 31c064e..aea957d 100755 --- a/debian/rules +++ b/debian/rules @@ -30,6 +30,9 @@ build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. + ln -s instead.6 doc/sdl-instead.6 + ln -s instead.txt doc/sdl-instead.txt + rm -rf Rules.make ln -s Rules.make.system Rules.make echo "2" | ./configure.sh @@ -44,6 +47,9 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. + rm -rf doc/sdl-instead.6 + rm -rf doc/sdl-instead.txt + rm -rf Rules.make ln -s Rules.make.system Rules.make $(MAKE) clean