bc59c2062c
menu items, etc. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 lines
459 B
Bash
Executable File
15 lines
459 B
Bash
Executable File
#!/bin/bash
|
|
#----------------------------------------------------------------------
|
|
|
|
if [ ! -d wxPython -o ! -e distrib/makerpm ]; then
|
|
echo "Please run this script from the root wxPython directory."
|
|
exit 1
|
|
fi
|
|
|
|
|
|
|
|
|
|
distrib/makerpm 2.2 skipclean srpm
|
|
distrib/makerpm 2.3 skipclean skipcopy skiptar srpm
|
|
distrib/makerpm 2.2 skipclean skipcopy skiptar srpm gtk2
|
|
distrib/makerpm 2.3 skipclean skipcopy skiptar srpm gtk2 |