[kernel] r6043 - people/waldi/linux-2.6/debian

Bastian Blank waldi at costa.debian.org
Fri Mar 3 16:17:43 UTC 2006


Author: waldi
Date: Fri Mar  3 16:17:43 2006
New Revision: 6043

Modified:
   people/waldi/linux-2.6/debian/rules.real
Log:
debian/rules.real: Use correct scripts dir for headers packages.


Modified: people/waldi/linux-2.6/debian/rules.real
==============================================================================
--- people/waldi/linux-2.6/debian/rules.real	(original)
+++ people/waldi/linux-2.6/debian/rules.real	Fri Mar  3 16:17:43 2006
@@ -289,7 +289,9 @@
 	# *not* to copy, to make things a little bit more robust. We first create
 	# a file with exclude patterns, then copy everything minus excluded files.
 	#
-	tar $(foreach t, *.c *.h *.y *.l *.gperf *POTFILES.in .gitignore *lxdialog* *package* *.cc *.glade *_shipped, --exclude=$(t)) -chf - scripts | (cd "${DIR}"; umask 000; tar xsf -)
+	cd $(SOURCE_DIR); \
+	tar $(foreach t, *.c *.cc *.h *.l *.o *.y *.cmd *.glade *.gperf *POTFILES.in .gitignore *lxdialog* *package* *_shipped, --exclude=$(t)) -chf - scripts | \
+	(cd "${DIR}"; umask 000; tar -xvsf -)
 	
 	$(MAKE) -f debian/rules.real install-base
 



More information about the Kernel-svn-changes mailing list