Merge pull request #30273 from edef1c/solvespace-escaped-newline

solvespace: remove stray newline escape
This commit is contained in:
Jörg Thalheim 2017-10-11 12:22:02 +01:00 committed by GitHub
commit 8c667cc810

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
postInstall = ''
substituteInPlace $out/share/applications/solvespace.desktop \
--replace /usr/bin/ $out/bin/ \
--replace /usr/bin/ $out/bin/
'';
meta = {