2
0

luaossl: remove .orig file after patching

*something* tries to patch src/openssl.c again in the install phase
(I haven't figured out what) and dies because it can't make
src/openssl.c.orig if it exists already.
This commit is contained in:
2026-03-18 21:06:19 +00:00
parent 7f23c5dc0f
commit a1d7c49e22

View File

@@ -58,6 +58,7 @@ let
hash = "sha256-2GOliY4/RUzOgx3rqee3X3szCdUVxYDut7d+XFcUTJw=";
})
];
preInstall = "rm src/openssl.c.orig ; chmod +w src/openssl.c";
});
};
};