diff --git a/deploy/katello.spec b/deploy/katello.spec index c96867e858a..99cae6f5fa8 100644 --- a/deploy/katello.spec +++ b/deploy/katello.spec @@ -101,7 +101,7 @@ mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_sbindir} ln -sv %{homedir}/script/katello-jobs %{buildroot}%{_bindir}/katello-jobs ln -sv %{homedir}/script/katello-debug %{buildroot}%{_bindir}/katello-debug -ln -sv %{homedir}/script/katello_remove.sh %{buildroot}%{_bindir}/katello_remove.sh +ln -sv %{homedir}/script/katello-remove %{buildroot}%{_bindir}/katello-remove ln -sv %{homedir}/script/katello-generate-passphrase %{buildroot}%{_bindir}/katello-generate-passphrase ln -sv %{homedir}/script/katello-service %{buildroot}%{_bindir}/katello-service ln -sv %{homedir}/script/service-wait %{buildroot}%{_sbindir}/service-wait diff --git a/deploy/script/katello_remove.sh b/deploy/script/katello-remove similarity index 100% rename from deploy/script/katello_remove.sh rename to deploy/script/katello-remove