mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-09 18:55:35 +00:00
Fix make install to handle new python binaries, as well as informing
setuptools to install the entire apparmor python package.
This commit is contained in:
@@ -81,6 +81,7 @@ setup (name='apparmor',
|
||||
license='GPL-2',
|
||||
cmdclass={'install': Install},
|
||||
package_dir={'apparmor': 'staging'},
|
||||
packages=['apparmor'],
|
||||
py_modules=['apparmor.easyprof']
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user