Opened 8 years ago

Last modified 8 years ago

#1305 new defect

chmod of modules.db on new installation

Reported by: John Foerch Owned by:
Priority: major Milestone: someday
Component: build system Version: 4.11.0
Keywords: Cc:
Estimated difficulty: easy

Description

I use a umask of 0027 on my debian system, so files created with my user account have no 'other' permissions by default. I built and installed CHICKEN 4.11.0 as follows:

$ make PLATFORM=linux PREFIX=/usr/local
$ sudo make PLATFORM=linux PREFIX=/usr/local install

The file /usr/local/lib/chicken/8/modules.db was installed with the following permissions:

-rw-r----- 1 root staff 50046 Jul 16 16:18 /usr/local/lib/chicken/8/modules.db

This prevents chicken-install from working properly.

Change History (1)

comment:1 Changed 8 years ago by sjamaan

Estimated difficulty: easy
Note: See TracTickets for help on using tickets.