summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-27 22:58:52 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-27 22:58:52 +0000
commitba78520cd38addc74ea5b10ebf8f8ef5197a5b84 (patch)
tree6997ecfb98ec29289db518b6ef1e4dd5fccbb64e /Makefile
parent4e7ce712edeaae1ec20282f4e97d8c789da0ffc4 (diff)
Merged revisions 1368 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1368 | file | 2006-08-27 18:58:06 -0400 (Sun, 27 Aug 2006) | 2 lines Copy the firmware from the new location ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1369 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 8f166a0..c247be5 100644
--- a/Makefile
+++ b/Makefile
@@ -425,9 +425,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