Skip to content

Commit

Permalink
Fixes #5164 - fix rpm builds
Browse files Browse the repository at this point in the history
Also, makes the naming of scripts consistent with the rest of scripts
  • Loading branch information
iNecas committed Apr 24, 2014
1 parent 85cd120 commit 9e18251
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/katello.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 9e18251

Please sign in to comment.