repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
openvswitch: generalize builder
[NixPkgs.git]
/
pkgs
/
os-specific
/
bsd
/
netbsd
/
install-setup-hook.sh
blob
4bfd4d785fac42f16c666d6fb6341978bef2566f
1
addNetBSDInstallMakeFlags
() {
2
export
INSTALL_FILE
=
"install -U -c"
3
export
INSTALL_DIR
=
"install -U -d"
4
export
INSTALL_LINK
=
"install -U -l h"
5
export
INSTALL_SYMLINK
=
"install -U -l s"
6
}
7
8
preConfigureHooks
+=(
addNetBSDInstallMakeFlags
)