summaryrefslogtreecommitdiff
path: root/homebrew/fdupes/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/fdupes/.make.sh-auto')
-rw-r--r--homebrew/fdupes/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/fdupes/.make.sh-auto b/homebrew/fdupes/.make.sh-auto
new file mode 100644
index 000000000..698833e62
--- /dev/null
+++ b/homebrew/fdupes/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+inreplace "Makefile", "gcc", "#{ENV.cc} #{ENV.cflags}"
+make fdupes
+bin.install "fdupes"
+man1.install "fdupes.1"