diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-07 19:08:06 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-07 19:08:06 +0100 |
commit | 9d526bd9c2d5d6b84c5c01e9c8f8c9ec17f78132 (patch) | |
tree | f8497274abe4272d379d4445eb554f13c02f436e | |
parent | 80e59fb47204b866dfabbc6382e8cc09b0b9eac2 (diff) | |
download | vyos-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |