diff sip-out/Makefile @ 264:cdc807117841

*/Makefile: change INSTBIN to /opt/themwi/bin (was /usr/local/bin)
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 05 Nov 2023 16:07:14 -0800
parents 9f96e5b14755
children
line wrap: on
line diff
--- a/sip-out/Makefile	Wed Oct 11 21:22:32 2023 -0800
+++ b/sip-out/Makefile	Sun Nov 05 16:07:14 2023 -0800
@@ -7,7 +7,7 @@
 	sip_log.o sip_uas.o sip_udp.o uac_out.o uac_resp.o
 LIBS=	../liboutrt/liboutrt.a ../libnumdb2/libnumdb.a ../libsip/libsip.a \
 	../libutil/libutil.a
-INSTBIN=/usr/local/bin
+INSTBIN=/opt/themwi/bin
 
 all:	${PROG}
 
@@ -15,7 +15,7 @@
 	${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS}
 
 install:
-	install -c -o bin -g bin -m 755 ${PROG} ${INSTBIN}
+	install -c -m 755 ${PROG} ${INSTBIN}
 
 clean:
 	rm -f *.o ${PROG} errs