mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-28 05:40:23 -04:00
rmedigicontrol/gitcompile fixed typo
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
f0bb8866ce
commit
d2492966a9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ if test -z "$AUTOMAKE_DIR"; then
|
|||
if test -d /usr/share/automake; then
|
||||
AUTOMAKE_DIR="/usr/share/automake"
|
||||
fi
|
||||
if -z "$AUTOMAKE_DIR"; then
|
||||
if test -z "$AUTOMAKE_DIR"; then
|
||||
AUTOMAKE_DIR=/usr/share/`ls /usr/share | grep automake | tail -n 1`
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue