From ba78520cd38addc74ea5b10ebf8f8ef5197a5b84 Mon Sep 17 00:00:00 2001 From: file Date: Sun, 27 Aug 2006 22:58:52 +0000 Subject: 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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3