From e82ed36ed5c529cf3d05c782ddb95e851072aa8f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:04:33 +0200 Subject: Merging debian version 32-1. Signed-off-by: Daniel Baumann --- debian/patches/no_tools_links | 12 ++++++++++++ debian/patches/series | 1 + 2 files changed, 13 insertions(+) create mode 100644 debian/patches/no_tools_links create mode 100644 debian/patches/series (limited to 'debian/patches') diff --git a/debian/patches/no_tools_links b/debian/patches/no_tools_links new file mode 100644 index 0000000..3553989 --- /dev/null +++ b/debian/patches/no_tools_links @@ -0,0 +1,12 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -112,9 +112,6 @@ install-exec-hook: + mv $(DESTDIR)$(libdir)/libkmod.so.* $(DESTDIR)$(rootlibdir); \ + fi + if BUILD_TOOLS +- for tool in insmod lsmod rmmod depmod modprobe modinfo; do \ +- $(LN_S) kmod $(DESTDIR)$(bindir)/$$tool; \ +- done + endif + + uninstall-hook: diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..284c0d4 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +no_tools_links -- cgit v1.2.3