summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-08-07 19:08:06 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:37 +0100
commit781d6c77bacfa2151134087f6376f2ba76bab9ee (patch)
treeb6038a587ae3499aa506751b6200ebce80d260c5 /Makefile
parentb13a8381a4e5aaff43f7d2e2550bd2df20f23ceb (diff)
downloadlive-build-781d6c77bacfa2151134087f6376f2ba76bab9ee.zip
live-build-781d6c77bacfa2151134087f6376f2ba76bab9ee.tar.gz
Don't attempt install deprecated helpers/make-live.
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