From 1f13ccce08dd2e92e013296b9c16fa9f741ea083 Mon Sep 17 00:00:00 2001 From: Jurij Smakov Date: Sat, 28 May 2005 20:18:48 +0000 Subject: [PATCH] Corrected the unpatch target. svn path=/branches/kernel-image-2.6.11/; revision=3257 --- debian/rules | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 72ca25c0b..79836d6f0 100755 --- a/debian/rules +++ b/debian/rules @@ -44,9 +44,10 @@ debian/patch-stamp: debian/bin/apply 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