Merge pull request #930 from benthetechguy/man-fix
Don't install manpages to /usr/usr
This commit is contained in:
commit
a7979e7d66
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -56,7 +56,7 @@ setup(
|
||||||
("share/bumblebee-status/themes", glob.glob("themes/*.json")),
|
("share/bumblebee-status/themes", glob.glob("themes/*.json")),
|
||||||
("share/bumblebee-status/themes/icons", glob.glob("themes/icons/*.json")),
|
("share/bumblebee-status/themes/icons", glob.glob("themes/icons/*.json")),
|
||||||
("share/bumblebee-status/utility", glob.glob("bin/*")),
|
("share/bumblebee-status/utility", glob.glob("bin/*")),
|
||||||
("usr/share/man/man1", glob.glob("man/*.1")),
|
("share/man/man1", glob.glob("man/*.1")),
|
||||||
],
|
],
|
||||||
packages=find_packages(exclude=["tests", "tests.*"])
|
packages=find_packages(exclude=["tests", "tests.*"])
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue