Remove installing gpg-key-openmamba in obsolete /etc/xprofile.d

This commit is contained in:
Silvan Calarco 2020-11-21 11:13:47 +01:00
parent c4d644ef77
commit bd98e8bc40

View File

@ -1,5 +1,5 @@
# Makefile for openmamba-release # Makefile for openmamba-release
# Copyright (c) 2015 by Silvan Calarco <silvan.calarco@mambasoft.it> # Copyright (c) 2015-2020 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Released under the terms of the GNU GPLv3 license # Released under the terms of the GNU GPLv3 license
PACKAGE=openmamba-release PACKAGE=openmamba-release
@ -40,7 +40,6 @@ install-dirs:
@$(INSTALL_DIR) $(DESTDIR)$(datadir)/openmamba @$(INSTALL_DIR) $(DESTDIR)$(datadir)/openmamba
@$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/pki/rpm-gpg @$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/pki/rpm-gpg
@$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/profile.d @$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/profile.d
@$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/xprofile.d
@$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/yum/repos.d @$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/yum/repos.d
install-data: install-data:
@ -59,7 +58,6 @@ install-data:
install-programs: install-programs:
@$(INSTALL_PROGRAM) openmamba-release.sh $(DESTDIR)$(bindir)/openmamba-release @$(INSTALL_PROGRAM) openmamba-release.sh $(DESTDIR)$(bindir)/openmamba-release
@$(INSTALL_PROGRAM) gpg-key-openmamba.sh $(DESTDIR)$(sysconfdir)/profile.d/gpg-key-openmamba.sh @$(INSTALL_PROGRAM) gpg-key-openmamba.sh $(DESTDIR)$(sysconfdir)/profile.d/gpg-key-openmamba.sh
@$(INSTALL_PROGRAM) gpg-key-openmamba.sh $(DESTDIR)$(sysconfdir)/xprofile.d/gpg-key-openmamba.sh
install-x86_64: install-dirs install-data install-programs install-x86_64: install-dirs install-data install-programs
@$(INSTALL_DATA) openmamba-smart-multiarch-update-x86_64.py $(DESTDIR)$(sysconfdir)/smart/distro.d/93-multiarch-update-x86_64.py @$(INSTALL_DATA) openmamba-smart-multiarch-update-x86_64.py $(DESTDIR)$(sysconfdir)/smart/distro.d/93-multiarch-update-x86_64.py