meson/build: fix using correct prefix for "systemdsystemunitdir"
We do the same with autotools. Well, almost the same. Of course, meson's define_variable only accepts a list of two strings, to define one variable. So we cannot also redefine "prefix", unlike configure.ac.