7 lines
96 B
Python
7 lines
96 B
Python
#!/bin/sh
|
|
set -e
|
|
|
|
chmod a-w win32.cache
|
|
jhbuild --file=build.jhbuildrc $*
|
|
chmod u+w win32.cache
|