* [Cluster-devel] gfs2-utils: master - [PATCH 3/3] tunegfs2: Modify Makefiles/configure scripts
[not found] <20100807024355.9003812057E@lists.fedorahosted.org>
@ 2010-08-07 4:19 ` Fabio M. Di Nitto
0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2010-08-07 4:19 UTC (permalink / raw)
To: cluster-devel.redhat.com
On 08/07/2010 04:43 AM, goldwyn wrote:
> --- /dev/null
> +++ b/gfs2/tune/Makefile.am
> @@ -0,0 +1,19 @@
> +MAINTAINERCLEANFILES = Makefile.in
> +
> +# When an exec_prefix setting would have us install into /usr/sbin,
> +# use /sbin instead.
> +# Accept an existing sbindir value of /usr/sbin (probably for older automake),
> +# or an empty value, for automake-1.11 and newer.
> +sbindir := $(shell rpl=0; test '$(exec_prefix):$(sbindir)' = /usr:/usr/sbin \
> + || test '$(exec_prefix):$(sbindir)' = /usr:&& rpl=1; \
> + test $$rpl = 1&& echo /sbin || echo '$(exec_prefix)/sbin')
> +
> +sbin_PROGRAMS = tunegfs2
Hmm no, this specific snippet is required only for tools that need to be
installed in /sbin such as mount.gfs2 or fsck.gfs2 that are expected to
be there. tunegfs2 belongs to /usr/sbin admin tools.
Fabio
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-08-07 4:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20100807024355.9003812057E@lists.fedorahosted.org>
2010-08-07 4:19 ` [Cluster-devel] gfs2-utils: master - [PATCH 3/3] tunegfs2: Modify Makefiles/configure scripts Fabio M. Di Nitto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).