[Asterisk-cvs] zaptel Makefile,1.80,1.81

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu Jun 9 22:54:22 CDT 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv1104

Modified Files:
	Makefile 
Log Message:
make modules built for 2.6 kernels install to 'misc' directory instead of 'extra', like it used to be


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- Makefile	3 Jun 2005 16:06:25 -0000	1.80
+++ Makefile	10 Jun 2005 02:56:27 -0000	1.81
@@ -304,7 +304,7 @@
 	fi
 	if [ -f zttool ]; then install -D -m 755 zttool $(INSTALL_PREFIX)/sbin/zttool; fi
 	if [ -f zaptel.ko ]; then \
-		$(MAKE) -C $(KSRC) SUBDIRS=$(PWD) INSTALL_MOD_PATH=$(INSTALL_PREFIX) modules_install; \
+		$(MAKE) -C $(KSRC) SUBDIRS=$(PWD) INSTALL_MOD_PATH=$(INSTALL_PREFIX) INSTALL_MOD_DIR=misc modules_install; \
 		if ! [ -f wcfxsusb.ko ]; then \
 			rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/wcfxsusb.ko; \
 		fi; \




More information about the svn-commits mailing list