summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-10-20 10:26:55 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-10-20 10:26:55 +0000
commit7b483e2d17e50440f2c09fdfa1468d1dfd42906a (patch)
treef1b53e859e7c1ed1b99e55ab8cb61abe6fe07804
parent94ee7da0e215ab25dc97eff2662576a69029106a (diff)
Uninstall other versions of zaptel modules on install, rather than
uninstall dahdi twice. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4570 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6108acb..db49790 100644
--- a/Makefile
+++ b/Makefile
@@ -561,7 +561,7 @@ ifndef DESTDIR
rm -rf /lib/modules/$(KVERS)/dahdi; \
echo "done."; \
fi
- build_tools/uninstall-modules dahdi $(KVERS)
+ build_tools/uninstall-modules zaptel $(KVERS)
endif
$(KMAKE_INST)
endif