I tried to package linux-gpib in 2018. It would still be useful to package, but 
at the time I did not know enough about packaging kernel modules to be 
successful.

Here is one patch which was useful in 2018. I don't know if it is still helpful.
https://sourceforge.net/p/linux-gpib/mailman/linux-gpib-general/thread/31d781e2-d99b-5e31-0f93-4c552a06c4f8%40gmail.com/#msg36639167

I hope you will be successful packaging the module and would be happy to test.

Derek

On Fri, May 2, 2025, at 3:19 PM, Arias wrote:
> Morning,
> 
> I would like to pack the linux-gbip package, but I saw this bug then I want 
> to know if the Fabricio still want pack.
> 
> Best regards,
> Mariana.
> 
> 
> Enviado com o e-mail seguro de Proton Mail <https://proton.me/mail/home>.
Index: linux-gpib-kernel/Makefile
===================================================================
--- linux-gpib-kernel/Makefile	(revision 1810)
+++ linux-gpib-kernel/Makefile	(working copy)
@@ -20,4 +20,5 @@
 	$(MAKE) -C $(LINUX_SRCDIR) V=$(VERBOSE) modules_install\
 		M="$(GPIB_SRCDIR)/drivers/gpib" \
 		GPIB_TOP_DIR=$(GPIB_SRCDIR) \
-		INSTALL_MOD_DIR=gpib
+		INSTALL_MOD_DIR=gpib \
+		INSTALL_MOD_PATH="$(DESTDIR)"

Reply via email to