summaryrefslogtreecommitdiffstats
path: root/crypto/twofish-py/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/twofish-py/PRE_BUILD')
-rwxr-xr-xcrypto/twofish-py/PRE_BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/twofish-py/PRE_BUILD b/crypto/twofish-py/PRE_BUILD
new file mode 100755
index 0000000000..64fd74602d
--- /dev/null
+++ b/crypto/twofish-py/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+autoconf &&
+
+sed -i "s:*.py:*.py *.pyc *.pyo:" Makefile.in &&
+sed -i "s:Objects\: :Objects\:\\\n\\\:" twofishmodule.c