V961 Tree Umbau

git-svn-id: svn://svn.compuextreme.de/Viitor/V961/Viitor_zaptel@4342 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2008-05-03 16:59:24 +00:00
commit db91c56262
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