mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
9 lines
263 B
Bash
9 lines
263 B
Bash
addDleynaConnectorPath () {
|
|
if test -d "$1/lib/dleyna-1.0/connectors"
|
|
then
|
|
export DLEYNA_CONNECTOR_PATH="${DLEYNA_CONNECTOR_PATH}${DLEYNA_CONNECTOR_PATH:+:}$1/lib/dleyna-1.0/connectors"
|
|
fi
|
|
}
|
|
|
|
addEnvHooks "$targetOffset" addDleynaConnectorPath
|