wilas / vbkick

Tool for building and maintaining VirtualBox VMs described as a code in a single definition file.
Other
8 stars 5 forks source link

the installer must allow specify install location and/or shebang #2

Closed wilas closed 10 years ago

wilas commented 10 years ago

Requirements:

Example use case:

$: PY_SHEBANG=`which python` BASH_SHEBANG=`which bash` PREFIX="/usr/local/bin" make install

$: PY_SHEBANG="/usr/bin/env python" BASH_SHEBANG="/usr/bin/env bash" PREFIX="/usr/local/bin" make install

$: BASH_SHEBANG="/usr/local/bin/bash" make install

$: make install # default values are used
wilas commented 10 years ago

This was resolved.