From 9e18251b664c90053bea38628d4593f39eb3819c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ne=C4=8Das?= Date: Thu, 24 Apr 2014 12:41:48 +0200 Subject: [PATCH] Fixes #5164 - fix rpm builds Also, makes the naming of scripts consistent with the rest of scripts --- deploy/katello.spec | 2 +- deploy/script/{katello_remove.sh => katello-remove} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename deploy/script/{katello_remove.sh => katello-remove} (100%) 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