On 10/18/10 at 06:19pm, Christian wrote:
> In the PKBUILD script there is some times install followed by a couple of numbers, what are they for?
man 1 install, specifically the -m option.
--
Byron Clark
10-18-2010, 04:40 PM
Evangelos Foutras
Question about arch packages
On Mon, Oct 18, 2010 at 7:19 PM, Christian <christian08@runbox.com> wrote:
> In the PKBUILD script there is some times install followed by a couple of numbers, what are they for?
It's a command that copies files and sets the specified permissions on
them. See `man install' for more information.