[zaptel-commits] file: branch 1.2 r1499 - /branches/1.2/Makefile
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Wed Oct 11 10:22:11 MST 2006
Author: file
Date: Wed Oct 11 12:22:10 2006
New Revision: 1499
URL: http://svn.digium.com/view/zaptel?rev=1499&view=rev
Log:
Copy to both directories, not just the first one.
Modified:
branches/1.2/Makefile
Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?rev=1499&r1=1498&r2=1499&view=diff
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Wed Oct 11 12:22:10 2006
@@ -363,7 +363,8 @@
ifeq ($(HOTPLUG_FIRMWARE),yes)
if [ -d $(INSTALL_PREFIX)/usr/lib/hotplug/firmware ]; then \
install -m 644 wct4xxp/*.ima $(INSTALL_PREFIX)/usr/lib/hotplug/firmware; \
- elif [ -d $(INSTALL_PREFIX)/lib/firmware ]; then \
+ fi
+ if [ -d $(INSTALL_PREFIX)/lib/firmware ]; then \
install -m 644 wct4xxp/*.ima $(INSTALL_PREFIX)/lib/firmware; \
fi
@echo "Installed firmware"
More information about the zaptel-commits
mailing list