Skip to content

Fix namcap error of softlinking steamdeps

Whyme Lyu requested to merge 5long/steam:fix-namcap-error into main

/usr/bin/steamdeps links to true which is owned by coreutils. Missing this dependency in depends=() is detected by namcap as an error. Assuming we don't want namcap errors, we should fix it.

Merge request reports