Armin K. wrote:
> On 10/10/2012 07:46 PM, Tobias Gasser wrote:
>> Armin K. schrieb:
>>
>>> if [ $EUID = 0 ]; then make install
>>> elif [ -x /usr/bin/sudo ]; then sudo make install
>>> else su -c "make install"
>>> fi
>>>
>>> Add it by default instead of "AS_ROOT make install", but explain how
>>> should it be used and what it really does.
>>>
>>> What do you say?
>>
>> some packages require additional parameters for install
>>
>> or going the DESTDIR way...
>>
>>
>> i'd prefer the function proposed by bruce which allows any command with
>> any parameters.
>>
>>
>> tobias
>>
>>
>>
>
> Didn't think of that. I have no obligation of how should it be
> implemented as long as it works correctly.
>
> Bruce, will you make necesary changes as you suggested or you will wait
> for someone else to speak up?

I can do it.

   -- Bruce


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to