File: 0003-Fix-script-extension.patch

package info (click to toggle)
ompl 1.6.0%2Bds1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 53,496 kB
  • sloc: cpp: 85,252; python: 4,916; sh: 215; xml: 26; javascript: 15; makefile: 11
file content (21 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Date: Mon, 21 Dec 2020 12:10:58 +0100
Subject: Fix script extension

---
 scripts/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index c37f64e..24a3486 100644
--- a/scripts/CMakeLists.txt
+++ b/scripts/CMakeLists.txt
@@ -1,7 +1,7 @@
 install_python(PROGRAMS ompl_benchmark_statistics.py
     DESTINATION ${CMAKE_INSTALL_BINDIR}
     COMPONENT ompl
-    RENAME ompl_benchmark_statistics.py)
+    RENAME ompl_benchmark_statistics)
 
 find_program(R_EXEC R)
 if (R_EXEC)