[Pkg-octave-commit] r1369 - qtoctave/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed Mar 5 18:11:29 UTC 2008


Author: rafael
Date: 2008-03-05 18:11:28 +0000 (Wed, 05 Mar 2008)
New Revision: 1369

Modified:
   qtoctave/trunk/debian/rules
Log:
Consider script clean.sh instead of clean

Modified: qtoctave/trunk/debian/rules
===================================================================
--- qtoctave/trunk/debian/rules	2008-03-05 17:53:05 UTC (rev 1368)
+++ qtoctave/trunk/debian/rules	2008-03-05 18:11:28 UTC (rev 1369)
@@ -46,7 +46,7 @@
 
 # Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) -n clean
-	[ ! -f clean ] || sh clean
+	-[ ! -f clean.sh ] || sh clean.sh
 	-$(DELFILE) qtoctave/qtoctave install-tool2/install-tool \
 		    widgetserver/widgetserver install-tool2/*.o
 	-$(DELFILE) Makefile




More information about the Pkg-octave-commit mailing list