From c3480ff45454e48af9f07220362bea2c8d20b1de Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 3 Jul 2022 15:00:05 +0200 Subject: [PATCH] pkggroups.db: renamed from openmamba-groups.db --- Makefile | 2 +- openmamba-groups.db => pkggroups.db | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename openmamba-groups.db => pkggroups.db (100%) diff --git a/Makefile b/Makefile index 24a8917..c11982d 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ install-data: @$(INSTALL_DATA) yum/openmamba-rolling-i586.repo $(DESTDIR)$(sysconfdir)/yum/repos.d/openmamba-rolling-i586.repo @$(INSTALL_DATA) yum/openmamba-rolling-unstable.repo $(DESTDIR)$(sysconfdir)/yum/repos.d/openmamba-rolling-unstable.repo @$(INSTALL_DATA) yum/openmamba-rolling-unstable-i586.repo $(DESTDIR)$(sysconfdir)/yum/repos.d/openmamba-rolling-unstable-i586.repo - @$(INSTALL_DATA) openmamba-groups.db $(DESTDIR)$(datadir)/openmamba/pkggroups.db + @$(INSTALL_DATA) pkggroups.db $(DESTDIR)$(datadir)/openmamba/pkggroups.db @$(INSTALL_DATA) RPM-GPG-KEY-Mambasoft $(DESTDIR)$(sysconfdir)/pki/rpm-gpg/RPM-GPG-KEY-Mambasoft install-programs: diff --git a/openmamba-groups.db b/pkggroups.db similarity index 100% rename from openmamba-groups.db rename to pkggroups.db