uninstalled: Fix --sysroot implementation
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 5 Jun 2019 01:04:45 +0000 (21:04 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 5 Jun 2019 01:09:11 +0000 (21:09 -0400)
commit9c4cb201d0028d038f3346f8b436c439c0d3827c
treeda2af3e9817c4fed2c7150d7cbecff13876718d9
parentbb9c37dcf0ef83dd568bdb289864600e795b5f3e
uninstalled: Fix --sysroot implementation

This option was added so we could remove the sysroot path from the env
when cross-build is used over NFS. Though, the implementation wasn't complete
and went unnoticed.

This moves the sysroot path removal into the helper that prepends env so
that no more env get forgotten. This notably fixes the PATH environment.
gst-uninstalled.py