r4448 - people/horms/test_kernel_build

Simon Horman horms at costa.debian.org
Fri Oct 14 06:43:12 UTC 2005


Author: horms
Date: 2005-10-14 06:43:10 +0000 (Fri, 14 Oct 2005)
New Revision: 4448

Modified:
   people/horms/test_kernel_build/test_kernel_build.unified
Log:
Seems to like to do control twice before realising it is done

Modified: people/horms/test_kernel_build/test_kernel_build.unified
===================================================================
--- people/horms/test_kernel_build/test_kernel_build.unified	2005-10-14 06:36:51 UTC (rev 4447)
+++ people/horms/test_kernel_build/test_kernel_build.unified	2005-10-14 06:43:10 UTC (rev 4448)
@@ -61,6 +61,7 @@
 			"$S_SRC_DIR/" "$S_PKG_DIR/"  && \
 		chmod u+x "$S_PKG_DIR/debian/rules" && \
 		( cd "$S_PKG_DIR" && debian/rules debian/control || \
+		  debian/rules debian/control || \
 		  debian/rules debian/control; ) && \
 		echo "Do not remove this line. " > "$S_PKG_DIR/debian/official"
 	} >& "$LOG.$STAGE"




More information about the Kernel-svn-changes mailing list