bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: gawk 3.1.4l: pwcat and grcat in wrong directory


From: Aharon Robbins
Subject: Re: gawk 3.1.4l: pwcat and grcat in wrong directory
Date: Mon, 20 Jun 2005 23:15:08 +0300

Thanks, will fix.  -- Arnold

> Date: Mon, 20 Jun 2005 21:30:07 +0200
> From: Andreas Schwab <address@hidden>
> Subject: gawk 3.1.4l: pwcat and grcat in wrong directory
> To: address@hidden
>
> pwcat and grcat are installed in libexecdir instead of pkglibexecdir.
>
> Andreas.
>
> 2005-06-20  Andreas Schwab  <address@hidden>
>
>       * Makefile.am: Install pwcat and grcat in pkglibexecdir instead of
>       libexecdir.
>
> --- awklib/Makefile.am        2005/06/20 18:45:05     1.1
> +++ awklib/Makefile.am        2005/06/20 18:45:07
> @@ -32,7 +32,7 @@ pkgdatadir = $(datadir)/awk
>  pkglibexecdir = $(libexecdir)/awk
>  
>  bin_SCRIPTS = igawk
> -libexec_PROGRAMS = pwcat grcat
> +pkglibexec_PROGRAMS = pwcat grcat
>  AUXAWK = passwd.awk group.awk
>  nodist_grcat_SOURCES = grcat.c
>  nodist_pwcat_SOURCES = pwcat.c
>
> -- 
> Andreas Schwab, SuSE Labs, address@hidden
> SuSE Linux Products GmbH, Maxfeldstra�e 5, 90409 N�rnberg, Germany
> Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
> "And now for something completely different."





reply via email to

[Prev in Thread] Current Thread [Next in Thread]