Commit 98065cd9 authored by Tim Gardner's avatar Tim Gardner

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: default avatarTim Gardner <tim.gardner@canonical.com>
parent 05c8c1f6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment