mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
Revert "make bootstrap.sh aware of Darwin environment"
This reverts commit 5f5867e08a.
This commit is contained in:
parent
3fc7b870fc
commit
30fcda6cb5
1 changed files with 2 additions and 14 deletions
16
bootstrap.sh
16
bootstrap.sh
|
|
@ -40,22 +40,10 @@ run_versioned() {
|
|||
|
||||
set -ex
|
||||
|
||||
case $(uname) in
|
||||
*Darwin*)
|
||||
CP_OPTS="-R"
|
||||
CHMOD_OPTS=""
|
||||
LIBTOOLIZE="glibtoolize"
|
||||
;;
|
||||
*)
|
||||
CP_OPTS="-av"
|
||||
CHMOD_OPTS="-c"
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
|
||||
echo "Activating pre-commit hook."
|
||||
cp ${CP_OPTS} .git/hooks/pre-commit.sample .git/hooks/pre-commit
|
||||
chmod ${CHMOD_OPTS} +x .git/hooks/pre-commit
|
||||
cp -av .git/hooks/pre-commit.sample .git/hooks/pre-commit
|
||||
chmod -c +x .git/hooks/pre-commit
|
||||
fi
|
||||
|
||||
if [ -f .tarball-version ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue