diff options
Diffstat (limited to 'homebrew/ctunnel/.make.sh-auto')
-rw-r--r-- | homebrew/ctunnel/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/ctunnel/.make.sh-auto b/homebrew/ctunnel/.make.sh-auto new file mode 100644 index 000000000..8bfd34d63 --- /dev/null +++ b/homebrew/ctunnel/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +inreplace "Makefile.cfg", "TUNTAP=yes", "TUNTAP=no" +make +bin.mkpath +make -B DESTDIR=${PKG_DEST} install PREFIX=${PKG_TAPF} |