Merge pull request #172588 from res0Nanz/patch-1

wolfram-engine: fix quotes in installation script
This commit is contained in:
Jörg Thalheim 2022-05-14 19:27:38 +01:00 committed by GitHub
commit 3d4109f3a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
# Fix the installation script
patchShebangs MathInstaller
substituteInPlace MathInstaller \
--replace "`hostname`" "" \
--replace '`hostname`' "" \
--replace "chgrp" "# chgrp" \
--replace "chown" ": # chown"