> <@bart:fam-ribbers.com> The command seems sane though > > ``` > for f in libdsme.so.0.3.0 libdsme_dbus_if.so.0.3.0 libthermalmanager_dbus_if.so.0.3.0; do \ > ln -sf $(basename $f .so.0.3.0).so.0 \ > /home/pmos/build/pkg/libdsme/usr/lib/$(basename $f .so.0.3.0).so; \ > done > ``` Actually, that is a lie, that's not sane. The `ln` arguments should be the other way around