Install alsa dmix setup to /etc/alsa/conf.d/ insted of /etc/asound.conf
Fix sxmo_timer.sh Fix prefix
This commit is contained in:
parent
309ba5679b
commit
9beef511af
3 changed files with 11 additions and 9 deletions
18
Makefile
18
Makefile
|
@ -1,4 +1,4 @@
|
|||
PREFIX:=/usr
|
||||
PREFIX:=/
|
||||
|
||||
programs/sxmo_setpineled:
|
||||
gcc -o programs/sxmo_setpineled programs/sxmo_setpineled.c
|
||||
|
@ -7,17 +7,19 @@ programs/sxmo_setpinebacklight:
|
|||
gcc -o programs/sxmo_setpinebacklight programs/sxmo_setpinebacklight.c
|
||||
|
||||
install: programs/sxmo_setpineled programs/sxmo_setpinebacklight
|
||||
mkdir -p $(PREFIX)/share/sxmo
|
||||
cp configs/* $(PREFIX)/share/sxmo
|
||||
cp configs/asound.conf /etc/
|
||||
mkdir -p $(PREFIX)/usr/share/sxmo
|
||||
cp configs/* $(PREFIX)/usr/share/sxmo
|
||||
|
||||
mkdir -p $(PREFIX)/bin
|
||||
cp scripts/* $(PREFIX)/bin
|
||||
mkdir -p $(PREFIX)/etc/alsa/conf.d/
|
||||
cp configs/alsa_sxmo_enable_dmix.conf $(PREFIX)/etc/alsa/conf.d/
|
||||
|
||||
mkdir -p $(PREFIX)/usr/bin
|
||||
cp scripts/* $(PREFIX)/usr/bin
|
||||
|
||||
chown root programs/sxmo_setpineled
|
||||
chmod u+s programs/sxmo_setpineled
|
||||
cp programs/sxmo_setpineled $(PREFIX)/bin
|
||||
cp programs/sxmo_setpineled $(PREFIX)/usr/bin
|
||||
|
||||
chown root programs/sxmo_setpinebacklight
|
||||
chmod u+s programs/sxmo_setpinebacklight
|
||||
cp programs/sxmo_setpinebacklight $(PREFIX)/bin
|
||||
cp programs/sxmo_setpinebacklight $(PREFIX)/usr/bin
|
||||
|
|
|
@ -26,7 +26,7 @@ programchoicesinit() {
|
|||
St ^ 0 ^ st
|
||||
Firefox ^ 0 ^ firefox
|
||||
Foxtrotgps ^ 0 ^ foxtrotgps
|
||||
Timer ^ 0 ^ sxmo_timer.sh
|
||||
Timer ^ 0 ^ sxmo_timermenu.sh
|
||||
Close Menu ^ 0 ^ quit
|
||||
")" && WINNAME=Apps
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue