diff options
Diffstat (limited to 'homebrew/liblockfile/.make.sh-auto')
-rw-r--r-- | homebrew/liblockfile/.make.sh-auto | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/homebrew/liblockfile/.make.sh-auto b/homebrew/liblockfile/.make.sh-auto new file mode 100644 index 000000000..beebdd466 --- /dev/null +++ b/homebrew/liblockfile/.make.sh-auto @@ -0,0 +1,10 @@ +pkg:setup +inreplace "Makefile.in", " -g root ", " " +pkg:configure --disable-dependency-tracking --with-mailgroup=staff +bin.mkpath +lib.mkpath +include.mkpath +man1.mkpath +man3.mkpath +make +make DESTDIR=${PKG_DEST} install |