From 7be4077832a14b7734b809d61f6b0b41efe1f5b9 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Wed, 21 Sep 2016 18:33:49 +0200 Subject: libreoffice: fix symlinking of the tarballs. The tarballs' outputHash is now sha256, but LibreOffice build process expects them to be available by md5-prefixed names --- pkgs/applications/office/libreoffice/generate-libreoffice-srcs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/office/libreoffice/generate-libreoffice-srcs.py') diff --git a/pkgs/applications/office/libreoffice/generate-libreoffice-srcs.py b/pkgs/applications/office/libreoffice/generate-libreoffice-srcs.py index a32a692675e1..3d56c74e3ab8 100755 --- a/pkgs/applications/office/libreoffice/generate-libreoffice-srcs.py +++ b/pkgs/applications/office/libreoffice/generate-libreoffice-srcs.py @@ -37,6 +37,8 @@ def main(): print(' name = "{}";'.format(tarball)) print(' url = "{}";'.format(url)) print(' sha256 = "{}";'.format(sha256)) + print(' md5 = "{}";'.format(md5)) + print(' md5name = "{}-{}";'.format(md5,tarball)) print(' }') print(']') -- cgit 1.4.1