about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/netbsd/install-setup-hook.sh
blob: 4bfd4d785fac42f16c666d6fb6341978bef2566f (plain) (blame)
1
2
3
4
5
6
7
8
addNetBSDInstallMakeFlags() {
  export INSTALL_FILE="install -U -c"
  export INSTALL_DIR="install -U -d"
  export INSTALL_LINK="install -U -l h"
  export INSTALL_SYMLINK="install -U -l s"
}

preConfigureHooks+=(addNetBSDInstallMakeFlags)