Skip to content
Snippets Groups Projects
Commit def953d5 authored by Georgios Bitzes's avatar Georgios Bitzes
Browse files

spec: add missing 'i' in hostname

parent a1fd913b
No related branches found
No related tags found
No related merge requests found
Pipeline #1576130 passed
......@@ -51,15 +51,15 @@ for x in {a..z}; do
done
for x in {00..04}; do
sed "s/LETTER/${x}/g" eoshome-n.template > tmp;
%{__install} -p -D -m 644 tmp ${RPM_BUILD_ROOT}/etc/eos/fuse.home-${x}.conf
echo "%config(noreplace) /etc/eos/fuse.home-${x}.conf" >> list.txt
sed "s/LETTER/i${x}/g" eoshome-n.template > tmp;
%{__install} -p -D -m 644 tmp ${RPM_BUILD_ROOT}/etc/eos/fuse.home-i${x}.conf
echo "%config(noreplace) /etc/eos/fuse.home-i${x}.conf" >> list.txt
done
for x in {00..02}; do
sed "s/LETTER/${x}/g" eosproject-n.template > tmp;
%{__install} -p -D -m 644 tmp ${RPM_BUILD_ROOT}/etc/eos/fuse.project-${x}.conf
echo "%config(noreplace) /etc/eos/fuse.project-${x}.conf" >> list.txt
sed "s/LETTER/i${x}/g" eosproject-n.template > tmp;
%{__install} -p -D -m 644 tmp ${RPM_BUILD_ROOT}/etc/eos/fuse.project-i${x}.conf
echo "%config(noreplace) /etc/eos/fuse.project-i${x}.conf" >> list.txt
done
%{__install} -D -m 644 eos.autofs ${RPM_BUILD_ROOT}/etc/auto.master.d/eos.autofs
......
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