Scripts to make a installer package in a disk image for wxPython and

for Python too.  It's a strange mixture of sh, csh and perl, but it
works.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-05-17 05:33:32 +00:00
parent f44b4495db
commit 8721cada6f
15 changed files with 1067 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh -e
#
# build binary package and put it on a disk image
#
prog="`dirname \"$0\"`/_`basename \"$0\"`"
sudo "$prog" "${USER?'USER not set.'}" "$@"