2
0
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:
Steve Beattie
2014-02-13 00:04:39 -08:00
parent e9db24ac23
commit bf655b530f
2 changed files with 9 additions and 14 deletions

View File

@@ -81,6 +81,7 @@ setup (name='apparmor',
license='GPL-2',
cmdclass={'install': Install},
package_dir={'apparmor': 'staging'},
packages=['apparmor'],
py_modules=['apparmor.easyprof']
)