summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-10-11 17:22:10 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-10-11 17:22:10 +0000
commita5955737458d142b9e8e83a9a799363fb5bf5a50 (patch)
tree9861440754578a1ceaa7512940febb77c8226274 /Makefile
parent38bcc0234a9ed8c087aacc26933e35f4828da3b5 (diff)
Copy to both directories, not just the first one.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1499 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db980bc..55c30e0 100644
--- a/Makefile
+++ b/Makefile
@@ -363,7 +363,8 @@ firmware:
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"