diff options
Diffstat (limited to 'homebrew/qprint/.make.sh-auto')
-rw-r--r-- | homebrew/qprint/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/qprint/.make.sh-auto b/homebrew/qprint/.make.sh-auto new file mode 100644 index 000000000..367fc55bc --- /dev/null +++ b/homebrew/qprint/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +pkg:configure +make +bin.mkpath +man1.mkpath +make DESTDIR=${PKG_DEST} install |