r3893 - trunk/kernel/source/linux-2.6/debian

Bastian Blank waldi at costa.debian.org
Mon Aug 15 16:07:14 UTC 2005


Author: waldi
Date: 2005-08-15 16:07:13 +0000 (Mon, 15 Aug 2005)
New Revision: 3893

Modified:
   trunk/kernel/source/linux-2.6/debian/rules.real
Log:
debian/rules.real: Call debian/bin/apply with sh, it may not executable.


Modified: trunk/kernel/source/linux-2.6/debian/rules.real
===================================================================
--- trunk/kernel/source/linux-2.6/debian/rules.real	2005-08-15 16:07:05 UTC (rev 3892)
+++ trunk/kernel/source/linux-2.6/debian/rules.real	2005-08-15 16:07:13 UTC (rev 3893)
@@ -140,7 +140,7 @@
 	rm -rf $(DIR)
 	mkdir -p $(DIR)
 	cp -al $(srcfiles) $(DIR)
-	cd $(DIR); override_version=$(SOURCE_VERSION) home=$(CURDIR)/debian/patches-debian $(CURDIR)/debian/bin/apply
+	cd $(DIR); override_version=$(SOURCE_VERSION) home=$(CURDIR)/debian/patches-debian sh $(CURDIR)/debian/bin/apply
 	#make-kpkg does this when building kernel-source.
 	mv $(DIR)/scripts/package/Makefile $(DIR)/scripts/package/Makefile.dist
 	mv $(DIR)/scripts/package/builddeb $(DIR)/scripts/package/builddeb.dist




More information about the Kernel-svn-changes mailing list