mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 08:29:47 +01:00
Added manual page for alsactl...
This commit is contained in:
parent
17452e8ac8
commit
937b3caa1b
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -25,6 +25,7 @@ all:
|
||||||
install: all
|
install: all
|
||||||
$(INSTALL) -m 755 -o root -g root -d ${sbindir}
|
$(INSTALL) -m 755 -o root -g root -d ${sbindir}
|
||||||
$(INSTALL) -s -m 755 -o root -g root alsactl/alsactl ${sbindir}
|
$(INSTALL) -s -m 755 -o root -g root alsactl/alsactl ${sbindir}
|
||||||
|
$(INSTALL) -m 644 -o root -g root alsactl/alsactl.1 ${mandir}/man1
|
||||||
$(INSTALL) -m 755 -o root -g root -d ${bindir}
|
$(INSTALL) -m 755 -o root -g root -d ${bindir}
|
||||||
$(INSTALL) -s -m 755 -o root -g root aplay/aplay ${bindir}
|
$(INSTALL) -s -m 755 -o root -g root aplay/aplay ${bindir}
|
||||||
ln -sf aplay ${bindir}/arecord
|
ln -sf aplay ${bindir}/arecord
|
||||||
|
|
Loading…
Reference in a new issue