Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7bf31492e425bb7fb0e0469bc7c50e2c3bef7cb7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: flux <flux AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7bf31492e425bb7fb0e0469bc7c50e2c3bef7cb7)
  • Date: Thu, 5 Nov 2009 08:12:19 -0500

Florian Franzmann (siflfran AT hawo.stw.uni-erlangen.de) wrote [09.11.05 02:54]:
> On Thu, 5 Nov 2009 07:44:17 +0100 (CET)
> Andraž 'ruskie' Levstik <ruskie AT codemages.net> wrote:
>
> > :2009-11-04T16:48:Florian Franzmann:
> >
> > > New commits:
> > > commit 7bf31492e425bb7fb0e0469bc7c50e2c3bef7cb7
> > > Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> > > Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> > >
> > > latex/texlive-texmf: fixed failure in INSTALL
> > >
> > > diff --git a/latex/texlive-texmf/INSTALL b/latex/texlive-texmf/INSTALL
> > > index eba7e1a..018b761 100755
> > > --- a/latex/texlive-texmf/INSTALL
> > > +++ b/latex/texlive-texmf/INSTALL
> > > @@ -1,13 +1,9 @@
> > > -# if $BUILD_DIRECTORY lives on the same partition as $INSTALL_ROOT
> > > -# this will speed the process of copying by a lot...
> > > -# think seconds instead of minutes
> > > -
> > > mkdir -vp
> > > $INSTALL_ROOT/usr/share/doc/texmf/{texmf,texmf-dist,texmf-doc} &&
> > > mkdir -vp $INSTALL_ROOT/usr/share/man/man{1,5} &&
> > > -mv -v texmf/doc/man/man1/*.1 $INSTALL_ROOT/usr/share/man/man1/ &&
> > > -mv -v texmf/doc/man/man5/*.5 $INSTALL_ROOT/usr/share/man/man5/ &&
> > > -mv -v texmf/doc $INSTALL_ROOT/usr/share/doc/texmf/texmf &&
> > > -mv -v texmf-doc $INSTALL_ROOT/usr/share/doc/texmf/texmf-doc &&
> > > -mv -v texmf-dist/doc $INSTALL_ROOT/usr/share/doc/texmf-dist/ &&
> > > -mv -v texmf $INSTALL_ROOT/usr/share/ &&
> > > -mv -v texmf-dist $INSTALL_ROOT/usr/share/
> > > +cp -Rv texmf/doc/man/man1/*.1 $INSTALL_ROOT/usr/share/man/man1/ &&
> > > +cp -Rv texmf/doc/man/man5/*.5 $INSTALL_ROOT/usr/share/man/man5/ &&
> > > +cp -Rv texmf/doc $INSTALL_ROOT/usr/share/doc/texmf/texmf &&
> > > +cp -Rv texmf-doc $INSTALL_ROOT/usr/share/doc/texmf/texmf-doc &&
> > > +cp -Rv texmf-dist/doc $INSTALL_ROOT/usr/share/doc/texmf-dist/ &&
> > > +cp -Rv texmf $INSTALL_ROOT/usr/share/ &&
> > > +cp -Rv texmf-dist $INSTALL_ROOT/usr/share/
> >
> > I do wonder if mv -f might work for this case. But as I wasn't able to
> > reproduce this EVER with ANY spell that I did that had mv I can't
> > actually test this.
> I tried to getting it to work with mv -f but didn't succeed. No idea
> why this doesn't work with mv...

Did anyone try using /bin/install instead of mv and cp? Would that work
better than cp? There's also the possibility of using cpio to copy the
files over (it's part of basesystem, and it's essentially what git uses
for doing local repository cloning if I understand it correctly). I
haven't seen this bug personally either, so I also couldn't test this.

--
Justin "flux_control" Boffemmyer
Cauldron wizard and general mage
Source Mage GNU/Linux
http://www.sourcemage.org

Attachment: pgpb8DlHJmxJ5.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page