summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-11 16:34:13 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:29 +0100
commit6becfab50db66839a7a34ec7e0742b455071a0f0 (patch)
tree705219c38fdf7073c7905238dd6435fe993a0db5 /Makefile
parent041a0544625386608d1550e4d08a60fd614f6ebb (diff)
downloadlive-build-6becfab50db66839a7a34ec7e0742b455071a0f0.zip
live-build-6becfab50db66839a7a34ec7e0742b455071a0f0.tar.gz
Updating to install the generic wrapper.
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