This bug is a mirror of the GitHub issue https://github.com/zyga/zmk/issues/80 filed for the purpose of SRU
The following makefile snippet illustrates the problem:
# Symlink: sysota-rauc-hook -> sysotad cmd/sysotad/sysota-rauc-hook.InstallDir = $(cmd/sysotad/sysotad.InstallDir) cmd/sysotad/sysota-rauc-hook.SymlinkTarget = sysotad $(eval $(call ZMK.Expand,Symlink,cmd/sysotad/sysota-rauc-hook))
The result of make install should be ln -s sysotad /usr/lib/sysotad/sysotad-rauc-hook. With zmk 0.5 it is ln -s sysotad /usr/lib/sysotad/cmd/sysotad/sysotad-rauc-hook.
This bug is a mirror of the GitHub issue https:/ /github. com/zyga/ zmk/issues/ 80 filed for the purpose of SRU
The following makefile snippet illustrates the problem:
# Symlink: sysota-rauc-hook -> sysotad sysota- rauc-hook. InstallDir = $(cmd/sysotad/ sysotad. InstallDir) sysota- rauc-hook. SymlinkTarget = sysotad Symlink, cmd/sysotad/ sysota- rauc-hook) )
cmd/sysotad/
cmd/sysotad/
$(eval $(call ZMK.Expand,
The result of make install should be ln -s sysotad /usr/lib/ sysotad/ sysotad- rauc-hook. With zmk 0.5 it is ln -s sysotad /usr/lib/ sysotad/ cmd/sysotad/ sysotad- rauc-hook.