Skip to content

Commit

Permalink
Merge pull request #28 from jmontleon/fix-rpm-conflict
Browse files Browse the repository at this point in the history
revert ownership settings on files
  • Loading branch information
jmontleon authored Apr 20, 2018
2 parents f41e879 + b09b108 commit 19f3b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apb-base-scripts.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ 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 775 files/opt/apb/.kube/config %{buildroot}/opt/apb/.kube/config
install -m 644 files/opt/apb/ansible.cfg %{buildroot}/opt/apb
install -m 644 files/opt/apb/hosts %{buildroot}/opt/apb
install -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}
install -m 755 files/usr/bin/entrypoint.sh %{buildroot}%{_bindir}
Expand Down

0 comments on commit 19f3b86

Please sign in to comment.