Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9a285dd44e70a5d8d6dd70a5d1af4a1999d7f833)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9a285dd44e70a5d8d6dd70a5d1af4a1999d7f833)
  • Date: Thu, 04 Sep 2008 09:54:04 +0200


> commit 9a285dd44e70a5d8d6dd70a5d1af4a1999d7f833
> Author: Vlad Glagolev <stealth AT sourcemage.org>
> Commit: Vlad Glagolev <stealth AT sourcemage.org>
>
> roundup: fixed installation path for man pages
>
>
> +2008-09-04 Vlad Glagolev <stealth AT sourcemage.org>
> + * DETAILS: PATCHLEVEL=1
> + * PRE_BUILD: fixed installation path for man pages
> +
>
> +++ b/python-pypi/roundup/PRE_BUILD
> @@ -0,0 +1,4 @@
> +default_pre_build &&
> +cd "$SOURCE_DIRECTORY" &&
> +
> +sed -i "s:man/man1:share/man/man1:" setup.py


Useless. With stable sorcery and catfs it is fixed automatically.
We all should use stable sorcery and castfs.

Just cast roundup without your change:

$ gaze install roundup | grep man
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/roundup-admin.1
/usr/share/man/man1/roundup-demo.1
/usr/share/man/man1/roundup-mailgw.1
/usr/share/man/man1/roundup-server.1


>From compile log:

# gaze compile roundup | grep usr/man
...
copying doc/roundup-demo.1 -> /usr/man/man1
*Fixing bad install path: /usr/man*
`usr/man' -> `usr/share/man'

--
Ladislav Hagara





Archive powered by MHonArc 2.6.24.

Top of Page