Skip to content

Commit

Permalink
Merge pull request #27 from jmontleon/fix-rpm-conflict
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
jmontleon authored Apr 20, 2018
2 parents 266882d + 45fddcb commit b481bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apb-base-scripts.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_sysconfdir}/ansible
mkdir -p %{buildroot}%{_sysconfdir}/apb-secrets
mkdir -p %{buildroot}/opt/apb/.kube
install -o 1001 -g root -m 644 files/opt/apb/ansible.cfg %{buildroot}%/opt/apb
install -o 1001 -g root -m 644 files/opt/apb/hosts %{buildroot}%/opt/apb
install -o 1001 -g root -m 644 files/opt/apb/ansible.cfg %{buildroot}/opt/apb
install -o 1001 -g root -m 644 files/opt/apb/hosts %{buildroot}/opt/apb
install -o 1001 -g root -m 775 files/opt/apb/.kube/config %{buildroot}/opt/apb/.kube/config
install -m 755 files/usr/bin/test-retrieval-init %{buildroot}%{_bindir}
install -m 755 files/usr/bin/test-retrieval %{buildroot}%{_bindir}
Expand Down

0 comments on commit b481bc8

Please sign in to comment.