Skip to content

Commit

Permalink
force symlink update in origin.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mfojtik committed Sep 10, 2018
1 parent 2c3c2a0 commit f30d1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion origin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ for cmd in \
openshift-router \
kubectl
do
ln -s oc %{buildroot}%{_bindir}/$cmd
ln -f -s oc %{buildroot}%{_bindir}/$cmd
done

install -d -m 0755 %{buildroot}%{_sysconfdir}/origin/{master,node}
Expand Down

0 comments on commit f30d1ea

Please sign in to comment.