1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 13:17:45 +00:00

Ports: Vim and ncurses

This commit is contained in:
Christopher Dumas 2019-05-27 19:02:42 -07:00 committed by Andreas Kling
parent faafaf9b43
commit 674be46afd
4 changed files with 67 additions and 0 deletions

View file

@ -66,6 +66,12 @@ function run_make_install() {
run_command make $INSTALLOPTS install "$@"
}
function run_send_to_file() {
echo "+ rewrite '$1'"
(cd "$PORT_DIR" && echo "$2" > "$1")
echo "+ FINISHED"
}
if [ -z "$1" ]; then
echo "+ Fetching..."
fetch