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 /partx | |
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 'partx')
-rw-r--r-- | partx/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partx/Makefile.am b/partx/Makefile.am index 5fc5db6c..238f3228 100644 --- a/partx/Makefile.am +++ b/partx/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/config/include-Makefile.am if BUILD_PARTX -usrsbinexec_PROGRAMS = addpart delpart partx +usrsbin_exec_PROGRAMS = addpart delpart partx partx_SOURCES = bsd.c dos.c partx.c solaris.c unixware.c gpt.c crc32.c \ efi.h gpt.h crc32.h partx.h dos.h ../lib/blkdev.c |