summaryrefslogtreecommitdiff
path: root/sci-libs/linux-gpib-modules/files/linux-gpib-modules-4.3.4-depmod.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/linux-gpib-modules/files/linux-gpib-modules-4.3.4-depmod.patch')
-rw-r--r--sci-libs/linux-gpib-modules/files/linux-gpib-modules-4.3.4-depmod.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-libs/linux-gpib-modules/files/linux-gpib-modules-4.3.4-depmod.patch b/sci-libs/linux-gpib-modules/files/linux-gpib-modules-4.3.4-depmod.patch
deleted file mode 100644
index e858b974324c..000000000000
--- a/sci-libs/linux-gpib-modules/files/linux-gpib-modules-4.3.4-depmod.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Depmod fails here since we're still in DESTDIR and the actual target path may
-not exist...
-
-
-diff -ruN linux-gpib-kernel-4.3.4.orig/Makefile linux-gpib-kernel-4.3.4/Makefile
---- linux-gpib-kernel-4.3.4.orig/Makefile 2020-12-29 10:42:34.000000000 +0100
-+++ linux-gpib-kernel-4.3.4/Makefile 2022-08-02 12:21:38.097344102 +0200
-@@ -20,13 +20,9 @@
- M="$(GPIB_SRCDIR)/drivers/gpib" \
- GPIB_TOP_DIR=$(GPIB_SRCDIR)
-
--#We run depmod explicitly because the depmod.sh script run
--#by modules_install fails on Debian due to it failing to find
--#the System.map file.
- install:
- $(MAKE) -C $(LINUX_SRCDIR) V=$(VERBOSE) modules_install\
- M="$(GPIB_SRCDIR)/drivers/gpib" \
- GPIB_TOP_DIR=$(GPIB_SRCDIR) \
- INSTALL_MOD_DIR=gpib
-- /sbin/depmod -A
-