diff options
author | Karel Zak <kzak@redhat.com> | 2009-07-04 01:18:01 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-07-04 01:23:41 +0200 |
commit | 30688dde55f637c9b984809c685b61378b82805f (patch) | |
tree | f38c86463dc2b9dad0c3bb233dff2d429734ec00 /disk-utils/Makefile.am | |
parent | 15fe69251862d880c6103d9c1646ccae7201dd60 (diff) | |
download | util-linux-old-30688dde55f637c9b984809c685b61378b82805f.tar.gz |
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 'disk-utils/Makefile.am')
-rw-r--r-- | disk-utils/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/disk-utils/Makefile.am b/disk-utils/Makefile.am index 60481ab7..6bd22bc5 100644 --- a/disk-utils/Makefile.am +++ b/disk-utils/Makefile.am @@ -17,13 +17,13 @@ mkswap_SOURCES = mkswap.c $(utils_common) ../lib/wholedisk.c ../lib/pttype.c mkswap_LDADD = mkswap_CFLAGS = -usrbinexec_PROGRAMS = isosize -usrsbinexec_PROGRAMS = +usrbin_exec_PROGRAMS = isosize +usrsbin_exec_PROGRAMS = if LINUX dist_man_MANS += fdformat.8 blockdev.8 sbin_PROGRAMS += blockdev -usrsbinexec_PROGRAMS += fdformat +usrsbin_exec_PROGRAMS += fdformat blockdev_SOURCES = blockdev.c $(utils_common) endif |