mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:05:42 +01:00
Man page for amixer is now installed.
This commit is contained in:
parent
4bba0aa02e
commit
d57fc77dd2
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -25,6 +25,8 @@ install: all
|
|||
$(INSTALL) -s -m 755 -o root -g root aplay/aplay ${bindir}
|
||||
ln -sf aplay ${bindir}/arecord
|
||||
$(INSTALL) -s -m 755 -o root -g root amixer/amixer ${bindir}
|
||||
$(INSTALL) -d -m 755 -o root -g root ${mandir}/man1
|
||||
$(INSTALL) -m 644 -o root -g root amixer/amixer.1 ${mandir}/man1
|
||||
$(INSTALL) -s -m 755 -o root -g root alsamixer/alsamixer ${bindir}
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue