summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 81db3ec..6532e86 100755
--- a/Makefile
+++ b/Makefile
@@ -256,7 +256,7 @@ install: all devices
install -m 644 $$x $(INSTALL_PREFIX)/lib/modules/`uname -r`/misc ; \
done
if ! [ -f wcfxsusb.o ]; then \
- rm -f $(INTALL_PREFIX)/lib/modules/`uname -r`/misc/wcfxsusb.o; \
+ rm -f $(INSTALL_PREFIX)/lib/modules/`uname -r`/misc/wcfxsusb.o; \
fi
mkdir -p $(INSTALL_PREFIX)/usr/lib
install -m 755 $(LIBTONEZONE) $(INSTALL_PREFIX)/usr/lib