[asterisk-commits] trunk - commit revision 7222

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Nov 29 20:00:50 CST 2005


Author: kpfleming
Date: Tue Nov 29 20:00:49 2005
New Revision: 7222

URL: http://svn.digium.com/view/asterisk?rev=7222&view=rev
Log:
move mkpkgconfig script where it belongs

Added:
    trunk/build_tools/mkpkgconfig
      - copied unchanged from r7221, trunk/mkpkgconfig
Removed:
    trunk/mkpkgconfig
Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=7222&r1=7221&r2=7222&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Nov 29 20:00:49 2005
@@ -538,7 +538,7 @@
 	$(MAKE) -C stdtime clean
 
 datafiles: all
-	if [ x`whoami` = xroot ]; then sh mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi
+	if [ x`whoami` = xroot ]; then sh build_tools/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 asterisk-commits mailing list