diff options
Diffstat (limited to 'homebrew/byobu/.make.sh-auto')
-rw-r--r-- | homebrew/byobu/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/byobu/.make.sh-auto b/homebrew/byobu/.make.sh-auto new file mode 100644 index 000000000..30741b48d --- /dev/null +++ b/homebrew/byobu/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +cp "./debian/changelog", "./ChangeLog" +autoreconf -fvi +end +pkg:configure +make DESTDIR=${PKG_DEST} install |