]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/mac/buildPython
SourceForge patch #654210 to fix naming/numbering shared libs under OS X
[wxWidgets.git] / wxPython / distrib / mac / buildPython
CommitLineData
8721cada
RD
1#!/bin/sh -e
2#
3# build binary package and put it on a disk image
4#
5
6
7prog="`dirname \"$0\"`/_`basename \"$0\"`"
8sudo "$prog" "${USER?'USER not set.'}" "$@"