Don't attempt install deprecated helpers/make-live.
This commit is contained in:
parent
b13a8381a4
commit
781d6c77ba
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