[Asterisk-Users] Re: Small patch to zaptel Makefile

Tony Mountifield tony at softins.clara.co.uk
Wed Aug 18 23:44:24 MST 2004


In article <4123CBAD.6060903 at butchwax.com>,
John Morris <asterisk at butchwax.com> wrote:
> Minor fix.  I'm using this in my RPM specfile.

For this to get acted upon, you need to post it to bugs.digium.com

Cheers
Tony

>      John
> 
> 
> --- ./zaptel-1.0-RC1/Makefile.bigu  2004-07-16 17:09:07.000000000 -0500
> +++ ./zaptel-1.0-RC1/Makefile   2004-08-18 16:28:45.000000000 -0500
> @@@ -316,10 +318,10 @@
>          elif [ -d $(INSTALL_PREFIX)/etc/init.d ]; then \
>                  install -m 755 zaptel.init 
> $(INSTALL_PREFIX)/etc/init.d/zaptel;\
>   \
>          fi
> -       if [ ! -f /etc/sysconfig/zaptel ]; then \
> +       if [ ! -f $(INSTALL_PREFIX)/etc/sysconfig/zaptel ]; then \
>                  install -m 644 zaptel.sysconfig 
> $(INSTALL_PREFIX)/etc/sysconfig\
> /zaptel; \
>          fi
> -       if [ -d /etc/sysconfig/network-scripts ]; then \
> +       if [ -d $(INSTALL_PREFIX)/etc/sysconfig/network-scripts ]; then \
>                  install -m 755 ifup-hdlc 
> $(INSTALL_PREFIX)/etc/sysconfig/networ\
> k-scripts/ifup-hdlc; \
>          fi
> 
> 
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
> 


-- 
Tony Mountifield
Work: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - http://tony.mountifield.org



More information about the asterisk-users mailing list