bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#12130: Fwd: bug#12130: "sudo make install" applies umask to new dire


From: Peter Johansson
Subject: bug#12130: Fwd: bug#12130: "sudo make install" applies umask to new directories
Date: Tue, 21 Aug 2012 14:55:55 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6esrpre) Gecko/20120714 Thunderbird/10.0.6

On 08/21/2012 02:46 PM, Jason Eisner wrote:
Better idea:

Have default 644 for files and 755 for directories, but let the user override this by explicitly specifying any of
* the desired file permissions
* the desired directory permissions for newly created directories
* the desired group owner for newly created files and directories
via command-line options on "make install".


You can already do this. You can, e.g., install packages with

make install MKDIR_P="mkdir -p -m 700"

Cheers,
Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]