Skip to content

Commit 4acc2a9

Browse files
committed
ovmerge: Switch to the Python implementation
Delete the Perl implementation and install the new Python version, as used by the Python overlaycheck. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent 4c023a7 commit 4acc2a9

3 files changed

Lines changed: 266 additions & 2498 deletions

File tree

ovmerge/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ include(GNUInstallDirs)
66
project(ovmerge)
77

88
#add executables
9-
install(PROGRAMS ovmerge DESTINATION ${CMAKE_INSTALL_BINDIR})
9+
install(PROGRAMS ovmerge ovmerge_engine.py DESTINATION ${CMAKE_INSTALL_BINDIR})

0 commit comments

Comments
 (0)