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

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

gawk 3.1.4l: pwcat and grcat in wrong directory


From: Andreas Schwab
Subject: gawk 3.1.4l: pwcat and grcat in wrong directory
Date: Mon, 20 Jun 2005 21:30:07 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

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]