]> git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/all/build-sources
use given position for page insertion instead of trying to find the page to insert...
[wxWidgets.git] / wxPython / distrib / all / build-sources
1 #!/bin/bash
2 #----------------------------------------------------------------------
3
4 set -o errexit
5
6 # read the config variables from the file given on the command line
7 . $1
8
9 if [ $skipsource != yes -o $onlysource = yes ]; then
10
11 # make the source tarball and srpm
12 distrib/makerpm 2.4 srpm
13
14 # Copy everything to the staging dir
15 echo "Moving stuff to $STAGING_DIR..."
16 mv dist/* $STAGING_DIR
17
18 fi