[svn-commits] file: branch 1.2 r1368 - /branches/1.2/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Sun Aug 27 15:58:07 MST 2006
Author: file
Date: Sun Aug 27 17:58:06 2006
New Revision: 1368
URL: http://svn.digium.com/view/zaptel?rev=1368&view=rev
Log:
Copy the firmware from the new location
Modified:
branches/1.2/Makefile
Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?rev=1368&r1=1367&r2=1368&view=diff
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Sun Aug 27 17:58:06 2006
@@ -362,9 +362,9 @@
firmware:
ifeq ($(HOTPLUG_FIRMWARE),yes)
if [ -d $(INSTALL_PREFIX)/usr/lib/hotplug/firmware ]; then \
- install -m 644 *.ima $(INSTALL_PREFIX)/usr/lib/hotplug/firmware; \
+ install -m 644 wct4xxp/*.ima $(INSTALL_PREFIX)/usr/lib/hotplug/firmware; \
elif [ -d $(INSTALL_PREFIX)/lib/firmware ]; then \
- install -m 644 *.ima $(INSTALL_PREFIX)/lib/firmware; \
+ install -m 644 wct4xxp/*.ima $(INSTALL_PREFIX)/lib/firmware; \
fi
@echo "Installed firmware"
else
More information about the svn-commits
mailing list