From b1b6921cc531da0593ee70b3dd1dd246dbdfbdd1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 14 Mar 2022 14:38:48 -0700 Subject: [PATCH] Rename pspp.xml to org.fsf.pspp.xml. This reflects the convention expected by flatpak and seems to reflect the overall expected convention. --- Makefile.am | 4 ++-- pspp.xml => org.fsf.pspp.xml | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename pspp.xml => org.fsf.pspp.xml (100%) diff --git a/Makefile.am b/Makefile.am index 8ed323b399..90540f2f87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -157,6 +157,6 @@ $(bin_PROGRAMS) $(RECURSIVE_TARGETS) dist: $(BUILT_SOURCES) config.h mimedir = $(datadir)/mime/packages -mime_DATA =pspp.xml -EXTRA_DIST += pspp.xml +mime_DATA = org.fsf.pspp.xml +EXTRA_DIST += org.fsf.pspp.xml diff --git a/pspp.xml b/org.fsf.pspp.xml similarity index 100% rename from pspp.xml rename to org.fsf.pspp.xml -- 2.30.2