From patchwork Tue Feb 5 16:08:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Lucid/Oneiric, SRU] UBUNTU: [packaging] Remove dangling symlink from headers package Date: Tue, 05 Feb 2013 06:08:47 -0000 From: Tim Gardner X-Patchwork-Id: 218284 Message-Id: <1360080527-119185-1-git-send-email-tim.gardner@canonical.com> To: kernel-team@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/1112442 Signed-off-by: Herton Krzesinski Signed-off-by: Tim Gardner --- debian/rules.d/2-binary-arch.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules.d/2-binary-arch.mk b/debian/rules.d/2-binary-arch.mk index 1a8e818..18b4401 100644 --- a/debian/rules.d/2-binary-arch.mk +++ b/debian/rules.d/2-binary-arch.mk @@ -164,7 +164,7 @@ endif $(kmake) O=$(hdrdir) -j1 silentoldconfig prepare scripts # We'll symlink this stuff rm -f $(hdrdir)/Makefile - rm -rf $(hdrdir)/include2 + rm -rf $(hdrdir)/include2 $(hdrdir)/source # powerpc seems to need some .o files for external module linking. Add them in. ifeq ($(arch),powerpc) mkdir -p $(hdrdir)/arch/powerpc/lib