$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2004-02-05 07:38:01
At 05:19 PM 2/4/2004, Jeremy Maitin-Shepard wrote:
>Is there a reason that every file in the tar files have execute
>permission set?
The tar files are created on a Windows system like this:
set cvs preferences to export with UNIX-style line ends
cvs -z9 export -r Version_1_31_0 boost
tar cfz boost_1_31_0.tar.gz boost_1_31_0
Suggestions for improvement welcome. Perhaps the tar could be run under
bash, which allows more twiddling of permissions, IIRC.
--Beman