summaryrefslogtreecommitdiffstats
path: root/schedutils/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2009-07-04 01:18:01 +0200
committerKarel Zak2009-07-04 01:23:41 +0200
commit30688dde55f637c9b984809c685b61378b82805f (patch)
treef38c86463dc2b9dad0c3bb233dff2d429734ec00 /schedutils/Makefile.am
parentbuild-sys: improve symlinks creation in shlibs/ (diff)
downloadkernel-qcow2-util-linux-30688dde55f637c9b984809c685b61378b82805f.tar.gz
kernel-qcow2-util-linux-30688dde55f637c9b984809c685b61378b82805f.tar.xz
kernel-qcow2-util-linux-30688dde55f637c9b984809c685b61378b82805f.zip
build-sys: rename to _execdir
The variable name "usrlibexecdir" is very confusing (because we have /usr/libexec). The "exec" prefix is required for user-defined directories, see http://www.gnu.org/software/hello/manual/automake/The-Two-Parts-of-Install.html#The-Two-Parts-of-Install This patch renames all usr*execdir variables to usr*_execdir. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'schedutils/Makefile.am')
-rw-r--r--schedutils/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/schedutils/Makefile.am b/schedutils/Makefile.am
index 0c14e51a8..88439f2bf 100644
--- a/schedutils/Makefile.am
+++ b/schedutils/Makefile.am
@@ -2,18 +2,18 @@ include $(top_srcdir)/config/include-Makefile.am
if BUILD_SCHEDUTILS
-usrbinexec_PROGRAMS = chrt
+usrbin_exec_PROGRAMS = chrt
dist_man_MANS = chrt.1
if HAVE_IOPRIO_GET
if HAVE_IOPRIO_SET
-usrbinexec_PROGRAMS += ionice
+usrbin_exec_PROGRAMS += ionice
dist_man_MANS += ionice.1
endif
endif
if HAVE_SCHED_GETAFFINITY
-usrbinexec_PROGRAMS += taskset
+usrbin_exec_PROGRAMS += taskset
dist_man_MANS += taskset.1
endif