depot/third_party/nixpkgs/pkgs/applications/science/math/mathmod/fix-paths.patch
Default email bcb2f287e1 Project import generated by Copybara.
GitOrigin-RevId: d603719ec6e294f034936c0d0dc06f689d91b6c3
2024-06-20 20:27:18 +05:30

14 lines
437 B
Diff

diff --git a/MathMod.pro b/MathMod.pro
index 2e2fbf1..bb8f8bd 100644
--- a/MathMod.pro
+++ b/MathMod.pro
@@ -63,7 +63,5 @@ OTHER_FILES += \
mathmodcollection.js \
mathmodconfig.js
# install
-target.path = $TARGET
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mathmod.pro
-sources.path = $TARGET
-INSTALLS += target sources
+target.path = @out@/bin
+INSTALLS += target