From ac0571b8fd42ad92d8383e022c8271cff23dfa43 Mon Sep 17 00:00:00 2001 From: Louie S Date: Sat, 4 Mar 2023 17:09:47 -0800 Subject: Fix bug in package creation; convert svg text to path --- data/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/Makefile.in') diff --git a/data/Makefile.in b/data/Makefile.in index 6bba3e5..d5580fc 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -250,7 +250,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = $(PACKAGE_NAME).svg +EXTRA_DIST = $(PACKAGE_NAME).svg $(PACKAGE_NAME).desktop.in # Build a .desktop entry @DESKTOP_ENTRY_TRUE@CLEANFILES = $(PACKAGE_NAME).desktop -- cgit