summaryrefslogtreecommitdiff
path: root/homebrew/debianutils/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/debianutils/.make.sh-auto')
-rw-r--r--homebrew/debianutils/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/debianutils/.make.sh-auto b/homebrew/debianutils/.make.sh-auto
new file mode 100644
index 000000000..d6346d817
--- /dev/null
+++ b/homebrew/debianutils/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking --disable-silent-rules
+make
+bin.install "run-parts", "ischroot", "tempfile"
+man1.install "ischroot.1", "tempfile.1"
+man8.install "run-parts.8"