Don't attempt install deprecated helpers/make-live.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
80e59fb472
commit
9d526bd9c2
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ build:
|
||||||
install: test
|
install: test
|
||||||
# Installing executables
|
# Installing executables
|
||||||
mkdir -p $(DESTDIR)/usr/bin
|
mkdir -p $(DESTDIR)/usr/bin
|
||||||
cp helpers/lh* helpers/make-live $(DESTDIR)/usr/bin
|
cp helpers/lh* $(DESTDIR)/usr/bin
|
||||||
|
|
||||||
# Installing shared data
|
# Installing shared data
|
||||||
mkdir -p $(DESTDIR)/usr/share/live-helper
|
mkdir -p $(DESTDIR)/usr/share/live-helper
|
||||||
|
|
Loading…
Reference in New Issue