8721cada6f
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
12 lines
265 B
Bash
Executable File
12 lines
265 B
Bash
Executable File
#!/bin/sh -e
|
|
#
|
|
# build binary package and put it on a disk image
|
|
#
|
|
# usage: build [-s dir] [-d dir] [--cvs-update] [--force] [--debug]
|
|
#
|
|
# (C)opyright 2002 Frank Vercruesse
|
|
|
|
|
|
prog="`dirname \"$0\"`/_`basename \"$0\"`"
|
|
sudo "$prog" "${USER?'USER not set.'}" "$@"
|