Use install instead of cp for install purposes.

The install utility will set the proper permissions for the file
at hand while cp just sets the permissions at the destination
it gets from the original file - which might be totally wrong
depending on the users' umask.

Signed-off-by: Henner Zeller <h.zeller@acm.org>
2 files changed