r3883 - trunk/scripts/test_kernel_build

Simon Horman horms at costa.debian.org
Mon Aug 15 10:12:07 UTC 2005


Author: horms
Date: 2005-08-15 10:12:06 +0000 (Mon, 15 Aug 2005)
New Revision: 3883

Modified:
   trunk/scripts/test_kernel_build/test_kernel_build.unified
Log:
fix unified build

Modified: trunk/scripts/test_kernel_build/test_kernel_build.unified
===================================================================
--- trunk/scripts/test_kernel_build/test_kernel_build.unified	2005-08-15 09:53:25 UTC (rev 3882)
+++ trunk/scripts/test_kernel_build/test_kernel_build.unified	2005-08-15 10:12:06 UTC (rev 3883)
@@ -77,7 +77,7 @@
 			"$S_PKG_DIR/debian/changelog" && \
 		[ ! -f "$S_PKG_DIR/debian/patches-debian/series/$S_DEB_VERSION" ] || \
 		mv "$S_PKG_DIR/debian/patches-debian/series/$S_DEB_VERSION" \
-			"$S_PKG_DIR/debian/patches/series/$S_TAG_VERSION"
+			"$S_PKG_DIR/debian/patches-debian/series/$S_TAG_VERSION"
 	fi
 	} >& "$LOG.$STAGE"
 	stage_end $?
@@ -87,8 +87,9 @@
 STAGE_NAME="Patching linux-2.6 tree"
 stage_begin "$STAGE_NAME" || {
 	(
-		cd "$S_PKG_DIR" && \
-		./debian/rules patch
+		echo "skip, as it does nothing"
+		#cd "$S_PKG_DIR" && \
+		#./debian/rules patch
 	) >& "$LOG.$STAGE"
 	stage_end $?
 }




More information about the Kernel-svn-changes mailing list