diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-04-30 12:17:50 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-04-30 12:17:50 -0400 |
commit | 1f9585b57aeaab70108e98ed4adcb80574acc949 (patch) | |
tree | e83f95fdd71cc015e5d220cd1af3c21fd63521e7 /bin/openshift-ansible-bin.spec | |
parent | 935da07e94b27ad1eb6c9085d3d182c9e0bc9b0d (diff) | |
parent | a9abcc3646053ca8f2bf2dd3ee39b06ac12d35c6 (diff) | |
download | openshift-1f9585b57aeaab70108e98ed4adcb80574acc949.tar.gz openshift-1f9585b57aeaab70108e98ed4adcb80574acc949.tar.bz2 openshift-1f9585b57aeaab70108e98ed4adcb80574acc949.tar.xz openshift-1f9585b57aeaab70108e98ed4adcb80574acc949.zip |
Merge pull request #196 from twiest/pr
added opscp
Diffstat (limited to 'bin/openshift-ansible-bin.spec')
-rw-r--r-- | bin/openshift-ansible-bin.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/openshift-ansible-bin.spec b/bin/openshift-ansible-bin.spec index c7db6f684..f28d1d35e 100644 --- a/bin/openshift-ansible-bin.spec +++ b/bin/openshift-ansible-bin.spec @@ -23,7 +23,7 @@ mkdir -p %{buildroot}%{python_sitelib}/openshift_ansible mkdir -p %{buildroot}/etc/bash_completion.d mkdir -p %{buildroot}/etc/openshift_ansible -cp -p ossh oscp opssh ohi %{buildroot}%{_bindir} +cp -p ossh oscp opssh opscp ohi %{buildroot}%{_bindir} cp -p openshift_ansible/* %{buildroot}%{python_sitelib}/openshift_ansible cp -p ossh_bash_completion %{buildroot}/etc/bash_completion.d |