summaryrefslogtreecommitdiff
path: root/homebrew/irods/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/irods/.make.sh-auto')
-rw-r--r--homebrew/irods/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/irods/.make.sh-auto b/homebrew/irods/.make.sh-auto
new file mode 100644
index 000000000..3222436f4
--- /dev/null
+++ b/homebrew/irods/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+cd "iRODS"
+PKG_CONF=./scripts/configure pkg:configure
+inreplace "config/config.mk", "
+inreplace "config/config.mk", "
+make
+bin.install Dir["clients/icommands/bin/*"].select { |f| File.executable? f }