forked from pool/python-wxPython
31143cb62e
- add repack script, do not include packaging/ dir in sources [gh#wxWidgets/Phoenix#2105], [bsc#670523] OBS-URL: https://build.opensuse.org/request/show/1060645 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=36
5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/sh
|
|
tar -xzf wxPython-*.gz
|
|
rm -r wxPython-*/packaging
|
|
tar -czf wxPython-*.gz wxPython-*/
|