Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/bin/sage-print-system-package-command [homebrew]: Advertise .ho…
Browse files Browse the repository at this point in the history
…mebrew-build-env
  • Loading branch information
Matthias Koeppe committed Apr 14, 2020
1 parent 10ed24e commit 1bb30bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/bin/sage-print-system-package-command
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ case $system:$command in
;;
homebrew*:install)
echo "brew install $system_packages"
echo "# Afterwards, to automatically take care of homebrew messages regarding "
echo "# keg-only packages for the current shell session:"
echo "source ./.homebrew-build-env"
;;
slackware*:install)
echo "sudo slackpkg install $system_packages"
Expand Down

0 comments on commit 1bb30bf

Please sign in to comment.