[pulseaudio-discuss] [PATCH 1/4] Solaris: bootstrap portability

Finn Thain fthain at telegraphics.com.au
Thu Aug 20 10:49:12 PDT 2009


On Solaris, cp and chmod don't have a -v option.

--- pulseaudio/bootstrap.sh	Tue Aug 18 20:55:33 2009
+++ pulseaudio/bootstrap.sh	Tue Aug 18 20:58:15 2009
@@ -48,8 +48,8 @@

  if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
      echo "Activating pre-commit hook."
-    cp -pv  .git/hooks/pre-commit.sample .git/hooks/pre-commit
-    chmod -v +x  .git/hooks/pre-commit
+    cp -p  .git/hooks/pre-commit.sample .git/hooks/pre-commit
+    chmod +x  .git/hooks/pre-commit
  fi

  if [ -f .tarball-version ]; then



More information about the pulseaudio-discuss mailing list