Skip to content

Commit f55b746

Browse files
Harry-Chentonyhutter
authored andcommitted
Debian rules: install scripts/objtool-wrapper.in into dkms tree
Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Attila Fülöp <[email protected]> Signed-off-by: Shengqi Chen <[email protected]> Closes #17633 Closes #17646
1 parent 3515c88 commit f55b746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/debian/rules.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ override_dh_auto_install:
9393
@# Install the DKMS source.
9494
@# We only want the files needed to build the modules
9595
install -D -t '$(CURDIR)/debian/tmp/usr/src/$(NAME)-$(DEB_VERSION_UPSTREAM)/scripts' \
96-
'$(CURDIR)/scripts/dkms.postbuild'
96+
'$(CURDIR)/scripts/dkms.postbuild' '$(CURDIR)/scripts/objtool-wrapper.in'
9797
$(foreach file,$(DKMSFILES),mv '$(CURDIR)/$(NAME)-$(DEB_VERSION_UPSTREAM)/$(file)' '$(CURDIR)/debian/tmp/usr/src/$(NAME)-$(DEB_VERSION_UPSTREAM)' || exit 1;)
9898

9999
@# Only ever build Linux modules

0 commit comments

Comments
 (0)