mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-14 10:57:00 +00:00
setup.py: add sediff
This commit is contained in:
parent
cce7c505e2
commit
668ad8e66a
4
setup.py
4
setup.py
@ -140,8 +140,8 @@ setup(name='setools',
|
||||
cmdclass={'build_yacc': YaccCommand,
|
||||
'build_lex': LexCommand,
|
||||
'build_ext': BuildExtCommand},
|
||||
packages=['setools', 'setools.policyrep', 'setoolsgui', 'setoolsgui.apol'],
|
||||
scripts=['apol', 'seinfo', 'seinfoflow', 'sesearch', 'sedta'],
|
||||
packages=['setools', 'setools.diff', 'setools.policyrep', 'setoolsgui', 'setoolsgui.apol'],
|
||||
scripts=['apol', 'sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta'],
|
||||
data_files=[(join(sys.prefix, 'share/setools'), glob.glob("data/*.ui") + ["data/perm_map"] ),
|
||||
(join(sys.prefix, 'share/setools/icons'), glob.glob("data/icons/*.png"))],
|
||||
ext_modules=ext_py_mods,
|
||||
|
Loading…
Reference in New Issue
Block a user