Skip to content

Commit

Permalink
Relative path symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Shaidurov committed Apr 6, 2016
1 parent afc8da9 commit 873035f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/SUSEConnect.spec
Expand Up @@ -91,7 +91,7 @@ fi
# remove stale update-alternatives config left by previous split, versioned packaging of SUSEConnect
if update-alternatives --config SUSEConnect &> /dev/null ; then
update-alternatives --quiet --remove-all SUSEConnect
ln -fs %{_sbindir}/%{name} %{_bindir}/%{name}
ln -fs ../sbin/%{name} %{_bindir}/%{name}
fi

%files
Expand Down

0 comments on commit 873035f

Please sign in to comment.