From: Tim Gardner Date: Wed, 21 Oct 2015 15:24:46 +0000 (-0600) Subject: UBUNTU: [Debian] sign-file is now compiled X-Git-Tag: Ubuntu-4.10.0-9.11~560 X-Git-Url: https://git.proxmox.com/?p=mirror_ubuntu-zesty-kernel.git;a=commitdiff_plain;h=2e7f8fa9a5132f0a184195431dc14d75e83560d3 UBUNTU: [Debian] sign-file is now compiled Since sign-file was originally a script, the reference to it never failed. Now that it is compiled, the executable lives in the build directory. Signed-off-by: Tim Gardner --- diff --git a/debian/rules.d/2-binary-arch.mk b/debian/rules.d/2-binary-arch.mk index 61b2d1b1c8bf..4d630f8fd1d8 100644 --- a/debian/rules.d/2-binary-arch.mk +++ b/debian/rules.d/2-binary-arch.mk @@ -239,7 +239,7 @@ ifneq ($(skipdbg),true) $(CROSS_COMPILE)objcopy \ --add-gnu-debuglink=$(dbgpkgdir)/usr/lib/debug/$$module \ $(pkgdir)/$$module; \ - scripts/sign-file $(CONFIG_MODULE_SIG_HASH) $(MODSECKEY) $(MODPUBKEY) \ + $(builddir)/build-$*/scripts/sign-file $(CONFIG_MODULE_SIG_HASH) $(MODSECKEY) $(MODPUBKEY) \ $(pkgdir)/$$module; \ fi; \ done