[svn-commits] tzafrir: tools/trunk r6344 - /linux/trunk/drivers/dahdi/xpp/ /tools/trunk/xpp/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Apr 10 04:53:44 CDT 2009


Author: tzafrir
Date: Fri Apr 10 04:53:40 2009
New Revision: 6344

URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6344
Log:
Move astribank_hook from linux to tools. Install it by default

Added:
    tools/trunk/xpp/astribank_hook
      - copied unchanged from r6337, linux/trunk/drivers/dahdi/xpp/astribank_hook.sample
Removed:
    linux/trunk/drivers/dahdi/xpp/astribank_hook.sample
Modified:
    tools/trunk/xpp/Makefile

Modified: tools/trunk/xpp/Makefile
URL: http://svn.digium.com/svn-view/dahdi/tools/trunk/xpp/Makefile?view=diff&rev=6344&r1=6343&r2=6344
==============================================================================
--- tools/trunk/xpp/Makefile (original)
+++ tools/trunk/xpp/Makefile Fri Apr 10 04:53:40 2009
@@ -81,7 +81,7 @@
 	$(INSTALL) -d $(DESTDIR)$(SBINDIR)
 	$(INSTALL) $(PROG_INSTALL) $(DESTDIR)$(SBINDIR)/
 	$(INSTALL) -d $(DESTDIR)$(DATADIR)
-	$(INSTALL) xpp_fxloader $(DESTDIR)$(DATADIR)/
+	$(INSTALL) xpp_fxloader astribank_hook $(DESTDIR)$(DATADIR)/
 	$(INSTALL) waitfor_xpds $(DESTDIR)$(DATADIR)/
 	$(INSTALL) -d $(DESTDIR)$(MANDIR)
 	$(INSTALL_DATA) $(MAN_INSTALL) $(DESTDIR)$(MANDIR)/




More information about the svn-commits mailing list