diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-12 16:22:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-12 16:22:31 +0200 |
commit | 48cf7b58f3f210ba94667ee8aaaa11da347a3511 (patch) | |
tree | c31d00b6c809f100c4776174dd8335eaa245d7a8 /intro | |
parent | c3241a69afdf9132a61e1340c886147d17b53bf6 (diff) |
Add rpath when installing to /opt
Diffstat (limited to 'intro')
-rwxr-xr-x | intro | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -189,7 +189,8 @@ ls -1F hello-1.0.0/ hello-1.0.0/hello || true hello-1.0.0/hello World -bpkg install config.install.root=/opt/hello config.install.root.sudo=sudo hello +bpkg install config.install.root=/opt/hello config.install.root.sudo=sudo \ + config.bin.rpath=/opt/hello/lib hello $tree -F /opt/hello/ /opt/hello/bin/hello World sudo rm -rf /opt/hello |