Skip to content

Commit

Permalink
app-admin/puppetdb: [QA] Use relative symlink target(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 22, 2017
1 parent 1db7219 commit f41beec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-admin/puppetdb/puppetdb-4.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ src_install() {
dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
dodir /opt/puppetlabs/bin
dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
dosym /opt/puppetlabs/server/apps/puppetdb/bin/puppetdb /usr/bin/puppetdb
dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb /usr/bin/puppetdb
# init type tasks
newconfd ext/default puppetdb
systemd_dounit ext/redhat/puppetdb.service
Expand Down
2 changes: 1 addition & 1 deletion app-admin/puppetdb/puppetdb-5.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ src_install() {
dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
dodir /opt/puppetlabs/bin
dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
dosym /opt/puppetlabs/server/apps/puppetdb/bin/puppetdb /usr/bin/puppetdb
dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb /usr/bin/puppetdb
# init type tasks
newconfd ext/default puppetdb
systemd_dounit ext/redhat/puppetdb.service
Expand Down

0 comments on commit f41beec

Please sign in to comment.