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:
@@ -58,6 +58,7 @@ let
|
||||
hash = "sha256-2GOliY4/RUzOgx3rqee3X3szCdUVxYDut7d+XFcUTJw=";
|
||||
})
|
||||
];
|
||||
preInstall = "rm src/openssl.c.orig ; chmod +w src/openssl.c";
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user