diff options
author | Guy Harris <guy@alum.mit.edu> | 2015-01-21 20:05:23 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2015-01-22 04:06:07 +0000 |
commit | 0fbb25f0db47be0adf98bf6de83089773581bbc2 (patch) | |
tree | dc06b38ded2ec329234bb26e57a490764d0264e1 /macosx-setup.sh | |
parent | b7db12eef336847527c2501e672f43bea97f4a78 (diff) | |
download | wireshark-0fbb25f0db47be0adf98bf6de83089773581bbc2.tar.gz wireshark-0fbb25f0db47be0adf98bf6de83089773581bbc2.tar.bz2 wireshark-0fbb25f0db47be0adf98bf6de83089773581bbc2.zip |
Rename install_libpixman to install_pixman, to match uninstall_pixman.
Change-Id: If71895cae49000ff4a4b5bb8211f0b21feed82bc
Reviewed-on: https://code.wireshark.org/review/6733
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'macosx-setup.sh')
-rwxr-xr-x | macosx-setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx-setup.sh b/macosx-setup.sh index e4e196eb61..99834635df 100755 --- a/macosx-setup.sh +++ b/macosx-setup.sh @@ -508,7 +508,7 @@ uninstall_libpng() { fi } -install_libpixman() { +install_pixman() { if [ ! -f pixman-$PIXMAN_VERSION-done ] ; then echo "Downloading, building, and installing pixman:" [ -f pixman-$PIXMAN_VERSION.tar.gz ] || curl -O http://www.cairographics.org/releases/pixman-$PIXMAN_VERSION.tar.gz @@ -1138,7 +1138,7 @@ install_all() { # XXX - what about the one that comes with the latest version # of Xquartz? # - install_libpixman + install_pixman # # And now Cairo itself. |