summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-27 22:58:06 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-27 22:58:06 +0000
commit4748fb32fd0c7ad1ae50d635f03d761b2d849f4d (patch)
treed0e0de14bf68586c224317da083a1ffff6a4ad2f /Makefile
parent8f8d37575ef7e1227f2a663e3f3de286aa4020b6 (diff)
Copy the firmware from the new location
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1368 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5785f07..0131a2d 100644
--- a/Makefile
+++ b/Makefile
@@ -362,9 +362,9 @@ install-udev: devices
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