mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Solaris: bootstrap portability
On Fri, 21 Aug 2009, Colin Guthrie wrote: > > Just put an echo statement in there too. Should cover the bases for everyone. Something like this?
This commit is contained in:
parent
15eb03a5b3
commit
b96390fc98
1 changed files with 3 additions and 3 deletions
|
|
@ -47,9 +47,9 @@ case $(uname) in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
|
if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
|
||||||
echo "Activating pre-commit hook."
|
cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \
|
||||||
cp -pv .git/hooks/pre-commit.sample .git/hooks/pre-commit
|
chmod +x .git/hooks/pre-commit && \
|
||||||
chmod -v +x .git/hooks/pre-commit
|
echo "Activated pre-commit hook."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f .tarball-version ]; then
|
if [ -f .tarball-version ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue