Skip to content
Snippets Groups Projects
Commit 1c02e194 authored by jerrifer's avatar jerrifer
Browse files

change lfs from /usr/sbin to /usr/bin

parent abd3fcb0
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ mkdir -p $RPM_BUILD_ROOT/var/lib/ldap/lustre
%attr(-, root, root) /usr/sbin/wiretest
%attr(-, root, root) /usr/sbin/lactive
%attr(-, root, root) /usr/sbin/llanalyze
%attr(-, root, root) /usr/sbin/lfs
%attr(-, root, root) /usr/bin/lfs
%attr(-, root, root) /usr/sbin/gmnalnid
%attr(-, root, root) /usr/bin/lfind
%attr(-, root, root) /usr/bin/lstripe
......
......@@ -9,10 +9,11 @@ lctl_LDADD := $(LIBREADLINE) -lptlctl
lfs_LDADD := $(LIBREADLINE) parser.o liblustreapi.a -lptlctl obd.o
lload_LDADD := -lptlctl
rootsbin_SCRIPTS = mount.lustre
sbin_PROGRAMS = lctl obdio obdbarrier lload wirecheck wiretest lfs llmount
sbin_PROGRAMS = lctl obdio obdbarrier lload wirecheck wiretest llmount
sbin_SCRIPTS = lconf lmc llanalyze llstat.pl llobdstat.pl lactive load_ldap.sh lrun
sbin_SCRIPTS += lwizard
bin_SCRIPTS = lfind lstripe
bin_PROGRAMS = lfs
lib_LIBRARIES = liblustreapi.a
liblustreapi_a_SOURCES = liblustreapi.c
wirecheck_SOURCES = wirecheck.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment