r3257 - branches/kernel-image-2.6.11/debian

Jurij Smakov jurij-guest@costa.debian.org
Sat, 28 May 2005 20:18:48 +0000


Author: jurij-guest
Date: 2005-05-28 20:18:48 +0000 (Sat, 28 May 2005)
New Revision: 3257

Modified:
   branches/kernel-image-2.6.11/debian/rules
Log:
Corrected the unpatch target.


Modified: branches/kernel-image-2.6.11/debian/rules
===================================================================
--- branches/kernel-image-2.6.11/debian/rules	2005-05-28 20:15:14 UTC (rev 3256)
+++ branches/kernel-image-2.6.11/debian/rules	2005-05-28 20:18:48 UTC (rev 3257)
@@ -44,9 +44,10 @@
 	touch debian/patch-stamp
 
 unpatch:
-	if [ -e debian/patch-stamp ]; then
-	  override_version=$(release) home=debian/patches debian/bin/apply $(version)
-	  rm -f debian/patch-stamp
+	if [ -e debian/patch-stamp ]; then			\
+	  override_version=$(release) home=debian/patches	\
+	    debian/bin/apply $(version);			\
+	  rm -f debian/patch-stamp;				\
 	fi
 
 unpack: debian/linux-source-$(version).tar.bz2 unpack-stamp