summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-08-07 19:08:06 +0100
committerChris Lamb <chris@chris-lamb.co.uk>2008-08-07 19:08:06 +0100
commit9d526bd9c2d5d6b84c5c01e9c8f8c9ec17f78132 (patch)
treef8497274abe4272d379d4445eb554f13c02f436e
parent80e59fb47204b866dfabbc6382e8cc09b0b9eac2 (diff)
downloadvyos-live-build-9d526bd9c2d5d6b84c5c01e9c8f8c9ec17f78132.tar.gz
vyos-live-build-9d526bd9c2d5d6b84c5c01e9c8f8c9ec17f78132.zip
Don't attempt install deprecated helpers/make-live.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5e1480ff..fb94b4fe2 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