diff options
Diffstat (limited to 'homebrew/cunit/.make.sh-auto')
-rw-r--r-- | homebrew/cunit/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/cunit/.make.sh-auto b/homebrew/cunit/.make.sh-auto new file mode 100644 index 000000000..ec9f8f65c --- /dev/null +++ b/homebrew/cunit/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +inreplace "bootstrap", "libtoolize", "glibtoolize" +sh bootstrap prefix +make DESTDIR=${PKG_DEST} install |