While packaging ltp-full-20100228 I've found out that man files are installed
with executable bits and that's caused by INSTALL_MODE := 00775 that is pulled
from generic_leaf_target.mk that pulls in env_post.mk. Fixing explicitly
INSTALL_MODE to 00644 in man.mk fixes this for me. Patch attached.

Signed-off-by: Cyril Hrubis chrubis@suse.cz
1 file changed