[kernel] r5912 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at costa.debian.org
Fri Feb 17 15:09:32 UTC 2006


Author: waldi
Date: Fri Feb 17 15:09:31 2006
New Revision: 5912

Modified:
   dists/trunk/linux-2.6/debian/rules.real
Log:
debian/rules.real: Fix link target in headers package.


Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Fri Feb 17 15:09:31 2006
@@ -278,7 +278,7 @@
 		mkdir "${DIR}/include/$$dir"; \
 		for file in $$(find "include/$$dir" -mindepth 1 -maxdepth 1); do \
 			if [ -e ${CURDIR}/${REF_DIR}/$$file ]; then \
-				ln -s --target-directory="${DIR}/include/$$dir" "../../../${PACKAGE_NAME_HEADERS}/${REF_DIR}/$$file"; \
+				ln -s --target-directory="${DIR}/include/$$dir" "../../../${PACKAGE_NAME_HEADERS}/$$file"; \
 			elif [ -d ${CURDIR}/${SOURCE_DIR}/$$file ]; then \
 				cp -a "${CURDIR}/${SOURCE_DIR}/$$file" "${DIR}/include/$$dir"; \
 			else \



More information about the Kernel-svn-changes mailing list