Skip to content

Commit

Permalink
Merge pull request #6 from DoomHammer/silence-tput
Browse files Browse the repository at this point in the history
Silence tput
  • Loading branch information
DoomHammer committed May 16, 2016
2 parents 8a7c58c + 5183fa6 commit b772f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions brewstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ EORUBY
linuxbrew-install
export PATH=$PATH:$BREWSTRAP_DIR/bin
export MAGIC=$BREWSTRAP_DIR/share/file/magic.mgc
export TERMINFO=$BREWSTRAP_DIR/usr/share/terminfo
ruby linuxbrew-install
brew tap homebrew/dupes git://github.com/Linuxbrew/homebrew-dupes.git
# Following https://github.com/Linuxbrew/brew/issues/32
Expand Down
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ download_deps() {
get_minos_resource bin/git git
get_minos_resource usr/bin/tput ncurses-bin
get_minos_resource bin/tar tar
get_minos_resource usr/share/terminfo terminfo
}

prepare_dist() {
ensure_cd $DIST_DIR
[ -f $TARBALL ] && rm $TARBALL
tar cf $TARBALL -C $DEPLOY_DIR bin bin.real include lib share/file/magic.mgc usr/bin
tar cf $TARBALL -C $DEPLOY_DIR bin bin.real include lib share/file/magic.mgc usr/bin usr/share
cat $BREWSTRAP $TARBALL > $DIST_DIR/brewstrap-$VERSION.sh
}

Expand Down

0 comments on commit b772f99

Please sign in to comment.