From ba0eac4558cc2044486988c42039afa274a7db87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 15 Jan 2025 17:56:57 +0100 Subject: [PATCH] Remove app.tdevelop from the list for kommanderplugin.tar.gz. This solves FTBFS because app.tdevelop has been removed by issue #56. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kommander/working/plugintemplate/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kommander/working/plugintemplate/CMakeLists.txt b/kommander/working/plugintemplate/CMakeLists.txt index 1d4f4aac..65186848 100644 --- a/kommander/working/plugintemplate/CMakeLists.txt +++ b/kommander/working/plugintemplate/CMakeLists.txt @@ -12,6 +12,6 @@ install( tde_create_tarball( TARGET kommanderplugin.tar.gz - FILES src-Makefile.am plugin.cpp widget.h widget.cpp app.tdevelop + FILES src-Makefile.am plugin.cpp widget.h widget.cpp DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard )