Subject: Re: pkg/34987 (lang/clisp cannot be built by non-root user)
To: None <gnats-bugs@NetBSD.org>
From: Aleksey Cheusov <cheusov@tut.by>
List: pkgsrc-bugs
Date: 04/01/2007 15:49:44
>> > Thomas Klausner sent me the patch and it fixed the problem. Thanks a lot
>> > for the bug report and the patch.
>>
>> 'install' command in the patches/* files should be changed to
>> '$(INSTALL)'. Otherwise build will failure on Solaris for example.
>
> That doesn't work because the generate makefiles define "$(INSTALL)"
> like this:
>
> INSTALL = /usr/bin/install -c -o root -g wheel
True. I just meant that Solaris' install is different.
It's probably better to use 'cp' instead of 'install'.
--
Best regards, Aleksey Cheusov.