Skip to content

Commit

Permalink
Create ros-noetic-roslisp.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Feb 1, 2023
1 parent f3f0746 commit c05cff7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions patch/ros-noetic-roslisp.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/env-hooks/99.roslisp.sh.in b/env-hooks/99.roslisp.sh.in
index 05aba70..a2733d8 100644
--- a/env-hooks/99.roslisp.sh.in
+++ b/env-hooks/99.roslisp.sh.in
@@ -18,4 +18,4 @@ for workspace in workspaces:
print(os.pathsep.join(paths))
EOF
)
-export ROSLISP_PACKAGE_DIRECTORIES="`@PYTHON_EXECUTABLE@ -c \"$PYTHON_CODE_BUILD_ROSLISP_PACKAGE_DIRECTORIES\"`"
+export ROSLISP_PACKAGE_DIRECTORIES="`python -c \"$PYTHON_CODE_BUILD_ROSLISP_PACKAGE_DIRECTORIES\"`"

0 comments on commit c05cff7

Please sign in to comment.