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: Andraž 'ruskie' Levstik <ruskie AT codemages.net>
  • 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 07:44:17 +0100 (CET)

: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.

mv should be a valid operation in INSTALL period. If for any reason it
is not it should be filed as a bug and fixed in some way.

With a cp the user now needs 3GB of space to execute the install.
1.5GB/copy and 1GB for the cache. A warning would be a good idea.
Also that it will take a while to do the copy of 63k of files.

And yes I expect the CACHE file to be there if I asked for it so
please don't go putting ARCHIVE=off into any spell. This is a user
choice not a guru choice. But this is another matter anyway.

Regards
--
Andraž ruskie Levstik
Source Mage GNU/Linux Games/Xorg grimoire guru
Re-Alpine Coordinator http://sourceforge.net/projects/re-alpine/
Geek/Hacker/Tinker

Quis custodiet ipsos custodes?


Archive powered by MHonArc 2.6.24.

Top of Page