$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jorge Suit Perez Ronda (josp.jorge_at_[hidden])
Date: 2006-10-31 11:42:46
Hello I'm using the rule package.install to install my package in a
system wide directory /usr/local/my_package. In order to be able to
create directories and copy headers into that location I need root
permission , so I do:
sudo bjam install
but the header files are instaled in a mode that only root can read it.
Any idea of why is that happening or how to install so that everybody
can read what is installed?
I'm using
Boost.Build V2 (Milestone 10)
Boost.Jam 03.1.13
regards,
Jorge