mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01: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
|