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