Package: abakus

hi,

the attached patch appears to fix this bug. but it appears as if it's a
bug in scons itself because it crashes during "scons --clean" on an
already cleaned build tree.

to ignore a failing scons --clean in debian/rules makes the package
build and also clean fine afterwards on my system.

cheers - fuddl

-- 
Among elephants it's not considered cool nor in any good taste
to drain other elephants


=== modified file 'abakus-0.91/debian/rules'
--- abakus-0.91/debian/rules	2007-10-07 17:57:20 +0000
+++ abakus-0.91/debian/rules	2007-10-07 17:57:32 +0000
@@ -23,7 +23,7 @@
 	chrpath -d debian/abakus/usr/bin/abakus
 
 clean::
-	$(SCONS) --clean
+	-$(SCONS) --clean
 	rm -f debian/abakus.xpm
 	rm -rf cache
 	rm -rf .sconf_temp

Attachment: signature.asc
Description: PGP signature

Reply via email to