mirror of
https://github.com/ivabus/speakersafetyd
synced 2024-11-25 01:35:06 +03:00
Fix blackbox install path
The service file already uses the correct path, so lets create the directory at the right path as well. Fixes: #3 Signed-off-by: Andreas Henriksson <andreas@fatal.se>
This commit is contained in:
parent
223d206fee
commit
71b9c84f99
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ install-data:
|
|||
install -pm0644 95-speakersafetyd.rules $(DESTDIR)/$(UDEVDIR)/95-speakersafetyd.rules
|
||||
install -dDm0755 $(DESTDIR)/$(SHAREDIR)/speakersafetyd/apple
|
||||
install -pm0644 -t $(DESTDIR)/$(SHAREDIR)/speakersafetyd/apple $(wildcard conf/apple/*)
|
||||
install -dDm0755 $(DESTDIR)/$(VARDIR)/speakersafetyd/blackbox
|
||||
install -dDm0755 $(DESTDIR)/$(VARDIR)/lib/speakersafetyd/blackbox
|
||||
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)/$(BINDIR)/speakersafetyd $(DESTDIR)/$(UNITDIR)/speakersafetyd.service $(DESTDIR)/$(UDEVDIR)/95-speakersafetyd.rules
|
||||
|
|
Loading…
Reference in a new issue