changed sxmo-pinephone openrc script to be device-agnostic and invoke a sxmo-setpermissions.sh instead #169
This commit is contained in:
parent
c9eb7e30b7
commit
c51414257e
4 changed files with 36 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ install: $(PROGRAMS)
|
|||
cd configs && find . -type f -exec install -D -m 0644 "{}" "$(DESTDIR)$(PREFIX)/share/sxmo/{}" \; && cd ..
|
||||
|
||||
# Configs
|
||||
install -D -m 0755 -t $(DESTDIR)/etc/init.d configs/openrc/sxmo-pinephone
|
||||
install -D -m 0755 -t $(DESTDIR)/etc/init.d configs/openrc/sxmo-setpermissions
|
||||
|
||||
install -D -m 0644 -t $(DESTDIR)/etc/alsa/conf.d/ configs/alsa/alsa_sxmo_enable_dmix.conf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue