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:
parent
faafaf9b43
commit
674be46afd
4 changed files with 67 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue