kbuild: Fix link to headers in 'make deb-pkg'
authorJoerg Roedel <joerg.roedel@amd.com>
Wed, 15 Feb 2012 16:38:26 +0000 (17:38 +0100)
committerMichal Marek <mmarek@suse.cz>
Fri, 24 Feb 2012 22:54:29 +0000 (23:54 +0100)
commita47b6c61f58ead0396b837c58a91d0681b775b40
tree1a278a08fcc05eaa1902abea3f32864a11c3c50c
parentf86d546bea349d5535738983544fdf16bcf5e6d8
kbuild: Fix link to headers in 'make deb-pkg'

The Link to the kernel header files in the debian packages
point to the original build directory. This is a bad choice
if the packages were installed on a different machine. Fix
this in by manually re-creating the link in the builddeb
script.

Cc: maximilian attems <max@stro.at>
Cc: debian-kernel@lists.debian.org
Cc: linux-kbuild@vger.kernel.org
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Reviewed-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/package/builddeb