I have installed the GNU "core" utilites coreutils-8.21 into this location on my UNIX server:
/opt/app/p1sas1c1/apps/GNU
I would now like to ADD the findutils-4.4.2 package. My reading the INSTALL document, I see I can configure using this command:
./configure --prefix=/opt/app/p1sas1c1/apps/GNU
That is the same "prefix" I used to install the core utilities.
My question is: If I do this and follow with a "make install" command, will that over-write the existing files in that target location or just "add" the new elements into the corresponding directories?
I want to check first on the "best practices" for doing things like this. I am not a trained "SA" and do not have "root" access; I'm using an application account to do the install.