diff options
Diffstat (limited to 'homebrew/vmdktool/.make.sh-auto')
-rw-r--r-- | homebrew/vmdktool/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/vmdktool/.make.sh-auto b/homebrew/vmdktool/.make.sh-auto new file mode 100644 index 000000000..e4ce05e9b --- /dev/null +++ b/homebrew/vmdktool/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +make CFLAGS='-D_GNU_SOURCE -g -O -pipe' +bin.mkpath +man8.mkpath +inreplace "Makefile", "man/man8", "share/man/man8" +make DESTDIR=${PKG_DEST} install PREFIX=${PKG_TAPF} |