summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-01-30 21:24:01 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:40 +0100
commit0c9e2bf57cbdbb71e0abf9620282df8f471e6c5e (patch)
tree2c3b7331874232977f7a4f348dcafe928de5d723 /Makefile
parent730b24850784a6dca39f26c880c8253fb24bdd78 (diff)
downloadlive-build-0c9e2bf57cbdbb71e0abf9620282df8f471e6c5e.zip
live-build-0c9e2bf57cbdbb71e0abf9620282df8f471e6c5e.tar.gz
Adding dummy live-helper command to make any confused user aware that live-helper is a set of commands starting with the lh_ prefix.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8465ed2..75d2bbb 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ build:
install:
# Installing executables
mkdir -p $(DESTDIR)/usr/bin
- cp helpers/lh* $(DESTDIR)/usr/bin
+ cp helpers/* $(DESTDIR)/usr/bin
# Installing shared data
mkdir -p $(DESTDIR)/usr/share/live-helper