* Bug fix: openssl installs some directories unreadable.

svn path=/nixpkgs/trunk/; revision=408
This commit is contained in:
Eelco Dolstra 2003-10-09 14:52:07 +00:00
parent 60017b5191
commit 88629b5612

View file

@ -10,4 +10,7 @@ make || exit 1
mkdir $out || exit 1
make install || exit 1
# Bug fix: openssl does a `chmod 644' on the pkgconfig directory.
chmod 755 $out/lib/pkgconfig || exit 1
echo $envpkgs > $out/envpkgs || exit 1