summaryrefslogtreecommitdiffstats
path: root/chat-im/profanity/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/profanity/PRE_BUILD')
-rwxr-xr-xchat-im/profanity/PRE_BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/chat-im/profanity/PRE_BUILD b/chat-im/profanity/PRE_BUILD
new file mode 100755
index 0000000000..a40c93f4c5
--- /dev/null
+++ b/chat-im/profanity/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+
+if [[ ${PROFANITY_BRANCH} == scm ]]; then
+ cd ${SOURCE_DIRECTORY} &&
+ ./bootstrap.sh
+fi