summary refs log tree commit diff
path: root/pkgs/applications/misc/pytrainer/fix-paths.patch
blob: 7781f5aa4bed887ae8b6cb9816ce50d3f9ba93dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/imports/file_garminfit.py
+++ b/imports/file_garminfit.py
@@ -81,7 +81,7 @@
         logging.debug(">>")
         result = False
         try:
-            result = subprocess.check_output(["perl",
+            result = subprocess.check_output(["@perl@",
                                               self.main_data_path+"plugins/garmin-fit/bin/fit2tcx",
                                               filename])
         except subprocess.CalledProcessError: