Skip to content

20231116.00

Choose a tag to compare

@guesttestinfra-bot guesttestinfra-bot released this 16 Nov 00:54
a2a250b
build: fix DESTDIR concatenation (#124)

When updating the COS build we found out that the build system wasn't
properly concatenating DESTDIR and the target dirs if DESTDIR didn't
end with a slash. The following make call would produce an invalid
result:

make DESTDIR=/path/to/target LIBDIR=lib64

One would expect to have lib artifacts installed to
/path/to/target/lib64 instead we were installing artifacts to
/path/to/targetlib64.