summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5e1480..fb94b4f 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ build:
install: test
# Installing executables
mkdir -p $(DESTDIR)/usr/bin
- cp helpers/lh* helpers/make-live $(DESTDIR)/usr/bin
+ cp helpers/lh* $(DESTDIR)/usr/bin
# Installing shared data
mkdir -p $(DESTDIR)/usr/share/live-helper