summaryrefslogtreecommitdiff
path: root/homebrew/diffuse/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/diffuse/.make.sh-auto')
-rw-r--r--homebrew/diffuse/.make.sh-auto3
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/diffuse/.make.sh-auto b/homebrew/diffuse/.make.sh-auto
new file mode 100644
index 000000000..8248adf72
--- /dev/null
+++ b/homebrew/diffuse/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+python ./install.py --sysconfdir=#{etc} --examplesdir=#{share} --prefix=${PKG_TAPF}
+inreplace bin/"diffuse", %r{^#!/usr/bin/env python$}, "#!/usr/bin/python"