ricochet-im/ricochet

apparmor.d/usr.bin.ricochet

lucianposton opened this issue · 0 comments

apparmor_profile.extra = cp -f $${_PRO_FILE_PWD_}/contrib/usr.bin.ricochet-apparmor $${_PRO_FILE_PWD_}/contrib/usr.bin.ricochet

See #549 for previous discussion on the issue.

This approach to renaming a file before installing doesn't work with qmake (at least not with 5.9.4). qmake does not execute the install step after the cp is performed.

A workaround is to manually perform the cp before running qmake.