mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
make sure commands in cvs/hg compile scripts worked
simple patch ... just add 'set -e' to the top of the files in alsa-lib :) From: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
6872078205
commit
65f397845a
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
touch ltconfig
|
||||
libtoolize --force --copy --automake
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
touch ltconfig
|
||||
libtoolize --force --copy --automake
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue