This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: using "install_root"


In xciv.lists.linux.glibc, you wrote:

> I'm in the habit of using the alternative install_root trick
> when updating glibc, for safety's sake.  One problem: when
> installing the new files using tar, existing symlinks are not
> overwritten and I have to fix these by hand. 

Operation modifiers:
  -U, --unlink-first         remove each file prior to extracting over it

> Is there a smarter
> way of doing this?  In the tar manpage I can't find any
> equivalent of cp's "-f" option -- can cpio do that?

I think the above will do the job?

-Paul-

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]