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 b65bc96..e8898ae 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ build:
install: test
# Installing executables
mkdir -p $(DESTDIR)/usr/bin
- cp helpers/lh_* helpers/make-live $(DESTDIR)/usr/bin
+ cp helpers/lh* helpers/make-live $(DESTDIR)/usr/bin
# Installing shared data
mkdir -p $(DESTDIR)/usr/share/live-helper