openssl: fix indentation
This commit is contained in:
parent
c7377b0e4a
commit
26f90102b8
@ -57,20 +57,20 @@ let
|
|||||||
rm "$out/lib/"*.a
|
rm "$out/lib/"*.a
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p $bin
|
mkdir -p $bin
|
||||||
mv $out/bin $bin/
|
mv $out/bin $bin/
|
||||||
|
|
||||||
mkdir $dev
|
mkdir $dev
|
||||||
mv $out/include $dev/
|
mv $out/include $dev/
|
||||||
|
|
||||||
# remove dependency on Perl at runtime
|
# remove dependency on Perl at runtime
|
||||||
rm -r $out/etc/ssl/misc
|
rm -r $out/etc/ssl/misc
|
||||||
|
|
||||||
rmdir $out/etc/ssl/{certs,private}
|
rmdir $out/etc/ssl/{certs,private}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
# Check to make sure the main output doesn't depend on perl
|
# Check to make sure the main output doesn't depend on perl
|
||||||
if grep -r '${perl}' $out; then
|
if grep -r '${perl}' $out; then
|
||||||
echo "Found an erroneous dependency on perl ^^^" >&2
|
echo "Found an erroneous dependency on perl ^^^" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user