diff options
Diffstat (limited to 'src/make.bash')
| -rwxr-xr-x | src/make.bash | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/make.bash b/src/make.bash index 2038fe2394..249a9cee25 100755 --- a/src/make.bash +++ b/src/make.bash @@ -90,6 +90,10 @@ do cmd) bash make.bash ;; + pkg) + bash deps.bash + gomake install + ;; *) gomake install esac |
