mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
* Bug fix: openssl installs some directories unreadable.
svn path=/nixpkgs/trunk/; revision=408
This commit is contained in:
parent
60017b5191
commit
88629b5612
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user