mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Added compileall for sceneeditor,Pmw
This commit is contained in:
parent
3db9e70ff8
commit
e81a44eced
@ -164,6 +164,8 @@ for x in $RPM_BUILD_ROOT/usr/share/panda3d/direct/src/* ; do
|
||||
python -c "import compileall; compileall.compile_dir('$x')"
|
||||
fi
|
||||
done
|
||||
python -c "import compileall ; compileall.compile_dir('$RPM_BUILD_ROOT/usr/share/panda3d/Pmw');"
|
||||
python -c "import compileall ; compileall.compile_dir('$RPM_BUILD_ROOT/usr/share/panda3d/SceneEditor');"
|
||||
|
||||
chmod -R 555 $RPM_BUILD_ROOT/usr/share/panda3d
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user