Updating to install the generic wrapper.
This commit is contained in:
parent
5fec5b20a4
commit
e6d09c8eeb
2
Makefile
2
Makefile
|
@ -16,7 +16,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* helpers/make-live $(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