mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-21 22:46:50 +00:00
Fix man page install location.
This commit is contained in:
parent
1bd80d6356
commit
f0cdd68afc
2
setup.py
2
setup.py
@ -142,7 +142,7 @@ setup(name='setools',
|
||||
'build_ext': BuildExtCommand},
|
||||
packages=['setools', 'setools.diff', 'setools.policyrep', 'setoolsgui', 'setoolsgui.apol'],
|
||||
scripts=['apol', 'sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta'],
|
||||
data_files=[(join(sys.prefix, 'man/man1'), glob.glob("man/*.1") ),
|
||||
data_files=[(join(sys.prefix, 'share/man/man1'), glob.glob("man/*.1") ),
|
||||
(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