]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/distrib/all/build-sources
unused var warning in Mac build
[wxWidgets.git] / wxPython / distrib / all / build-sources
... / ...
CommitLineData
1#!/bin/bash
2#----------------------------------------------------------------------
3
4set -o errexit
5
6# read the config variables from the file given on the command line
7. $1
8
9if [ $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
18fi