parent
a7e1bfe792
commit
9d2bd32b79
@ -33,7 +33,8 @@ stdenv.mkDerivation rec {
|
|||||||
postInstall =
|
postInstall =
|
||||||
''
|
''
|
||||||
rm $out/share/zoneinfo-posix
|
rm $out/share/zoneinfo-posix
|
||||||
ln -s . $out/share/zoneinfo/posix
|
mkdir $out/share/zoneinfo/posix
|
||||||
|
( cd $out/share/zoneinfo/posix; ln -s ../* .; rm posix )
|
||||||
mv $out/share/zoneinfo-leaps $out/share/zoneinfo/right
|
mv $out/share/zoneinfo-leaps $out/share/zoneinfo/right
|
||||||
|
|
||||||
mkdir -p "$dev/include"
|
mkdir -p "$dev/include"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user