Neue Version V963

git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_zaptel@5933 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2011-01-03 10:48:06 +00:00
commit 70356c918b
2 changed files with 11 additions and 0 deletions

5
tmp/postinstall Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
cd /usr/src/kernelmodules/zaptel
/bin/bash /usr/src/kernelmodules/zaptel/makemodule

View File

@ -0,0 +1,6 @@
#!/bin/bash
make clean
./configure --with-ncurses=/usr --with-usb=/usr --prefix=/opt/asterisk && make modules && make install-modules