diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/python/python_2.4.4.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/python/python_2.4.4.bb b/packages/python/python_2.4.4.bb index 4442fbad53..6ec186cb83 100644 --- a/packages/python/python_2.4.4.bb +++ b/packages/python/python_2.4.4.bb @@ -72,3 +72,8 @@ FILES_libpython2 = "${libdir}/libpython*" # catch all the rest (unsorted) PACKAGES += "python-misc" FILES_python-misc = "${libdir}/python2.4" + +# catch manpage +PACKAGES += "python-man" +FILES_python-man = "${datadir}/man" + |