diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-04-08 20:15:14 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-04-08 20:15:14 +0200 |
commit | c1710a1f1b2498670ba2af2eaada1ff4b54fc876 (patch) | |
tree | bc0361079e737d3b689f6b3a8f8306c1a3db96a9 /buildshm.sh | |
parent | ba909e6b8972438cc22298301f4528d325703ceb (diff) | |
download | portato-c1710a1f1b2498670ba2af2eaada1ff4b54fc876.tar.gz portato-c1710a1f1b2498670ba2af2eaada1ff4b54fc876.tar.bz2 portato-c1710a1f1b2498670ba2af2eaada1ff4b54fc876.zip |
Now recognize local shm module
Diffstat (limited to '')
-rwxr-xr-x | buildshm.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildshm.sh b/buildshm.sh new file mode 100755 index 0000000..e19a6ed --- /dev/null +++ b/buildshm.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +python setup.py build_ext -i +rm -rf build |