mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:05:41 +01:00
renamed hgcompile to gitcompile
This commit is contained in:
parent
a36c678e47
commit
bfd1aa1b25
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ echo "CFLAGS=$CFLAGS"
|
||||||
echo "./configure $@"
|
echo "./configure $@"
|
||||||
./configure $@ || exit 1
|
./configure $@ || exit 1
|
||||||
unset CFLAGS
|
unset CFLAGS
|
||||||
if [ -z "$HGCOMPILE_NO_MAKE" ]; then
|
if [ -z "$GITCOMPILE_NO_MAKE" ]; then
|
||||||
make
|
make
|
||||||
fi
|
fi
|
Loading…
Reference in a new issue