[Asterisk-cvs] asterisk ChangeLog,1.166,1.167 Makefile,1.228,1.229
russell
russell
Sun Nov 20 21:41:21 CST 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv19563
Modified Files:
ChangeLog Makefile
Log Message:
issue #5775
Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- ChangeLog 21 Nov 2005 02:01:36 -0000 1.166
+++ ChangeLog 21 Nov 2005 02:30:37 -0000 1.167
@@ -1,5 +1,7 @@
2005-11-20 Russell Bryant <russell at digium.com>
+ * Makefile apps/Makefile: Fix 'make install' for Solaris. (issue #5775)
+
* apps/app_record.c: Don't leak a frame if writing it to the file fails. (issue #5787)
* Makefile: Create the monitor spool directory when the other spool directories are created.
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -d -r1.228 -r1.229
--- Makefile 21 Nov 2005 01:53:44 -0000 1.228
+++ Makefile 21 Nov 2005 02:30:37 -0000 1.229
@@ -534,7 +534,7 @@
$(MAKE) -C stdtime clean
datafiles: all
- if test $$(id -u) = 0; then sh mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi
+ if [ x`whoami` = xroot ]; then sh mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/digits
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/priv-callerintros
for x in sounds/digits/*.gsm; do \
More information about the svn-commits
mailing list