om-synth
[Top][All Lists]
Advanced

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

Re: [Om-synth] Om problems


From: Olivier El Mekki
Subject: Re: [Om-synth] Om problems
Date: Fri, 03 Feb 2006 02:51:50 +0100
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051209)



You should definitely not be installing hand-compiled packages in /usr.

If this could help, I do the same, but I do, while building:

mkdir ../logs
make install | tee ../logs/install

 Then, when I want to remove whatever has been installed, I do:

rm -v $(cat install | grep -e '\(^./usr/bin/install\)\|\(./bin/install\)' | awk '{print $NF}' | sed -e "s/'//g")
rmdir -v $(cat install | grep 'mkdir' | awk '{print $NF}' | sed -e 's/"//g')

So the system stay clean, and you don't have to care with $PATH and /etc/ld.so.conf (and others potentialy needed environement variables).

Fixed.

-DR-


 Great, I'm going to try it right now :)







reply via email to

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