[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#354401: Error "chown: `root:UNKNOWN': invalid group" when setting up tex-common



Hi,

Norbert Preining <preining@logic.at> wrote:

> I suggest the following fix to the tex-common config script:
> --- config.in   (Revision 949)
> +++ config.in   (Arbeitskopie)
> @@ -59,6 +59,10 @@
>    PERMS=$(stat --format="%a" /var/cache/fonts 2>/dev/null)
>    GROUP=$(stat --format="%G" /var/cache/fonts 2>/dev/null)
>  
> +  if [ "$GROUP" = "UNKNOWN" ] ; then
> +    GROUP=$(stat --format="%g" /var/cache/fonts 2>/dev/null)
> +  fi
> +
>
> Comments from the rest of the group?

Looks OK.

-- 
Florent



Reply to: