]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-sources
Warning fixes after char->wxChar in wxVariant.
[wxWidgets.git] / wxPython / distrib / all / build-sources
index 22faacff51753a44c30204f2f11bed7913aecd05..09665f0c4432b16fff967e7776b056c517cfb5d2 100755 (executable)
@@ -3,13 +3,10 @@
 
 set -o errexit
 
-# read the config variables from the file given on the command line
-. $1
-
 if [ $skipsource != yes -o $onlysource = yes ]; then
 
     # make the source tarball and srpm
-    distrib/makerpm 2.3 srpm
+    distrib/makerpm 2.4 srpm
 
     # Copy everything to the staging dir
     echo "Moving stuff to $STAGING_DIR..."