summaryrefslogtreecommitdiff
path: root/ao-tools/libaltos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools/libaltos/Makefile')
-rw-r--r--ao-tools/libaltos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/libaltos/Makefile b/ao-tools/libaltos/Makefile
index 201cf8e2..77ffa1b4 100644
--- a/ao-tools/libaltos/Makefile
+++ b/ao-tools/libaltos/Makefile
@@ -117,7 +117,7 @@ $(SWIG_WRAP): $(JNI_FILE)
ifeq ($(OS),Linux)
install: $(LIBNAME)
- /usr/bin/install -c $(LIBNAME) $(DESTDIR)/usr/lib/altos/$(LIBNAME)
+ install -c $(LIBNAME) $(DESTDIR)/usr/lib/altos/$(LIBNAME)
endif