The source project of this merge request has been removed.
zram-generator: actually call pkg-config (Closes: #1026745)
Currently SYSTEMD_UTIL_DIR gets assigned by the literal string
'pkg-config --variable=systemdutildir systemd'
and thus an invalid execution path of /systemd-makefs is generated.
Fixes: 3f267d7f ("zram-generator: fix build and improve packaging")