Skip to content

build: Fix DESTDIR handling

Florian Müllner requested to merge fmuellner/gjs:destdir-fix into master

os.path.join() will drop any arguments before the first absolute path, so given that MESON_INSTALL_PREFIX is always absolute, the value of DESTDIR is currently ignored.

Adjust the symlink script to handle DESTDIR correctly (for both relative and absolute bindir paths).

Merge request reports