Remove installing gpg-key-openmamba in obsolete /etc/xprofile.d
This commit is contained in:
parent
c4d644ef77
commit
bd98e8bc40
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
||||
# 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
|
||||
|
||||
PACKAGE=openmamba-release
|
||||
@ -40,7 +40,6 @@ install-dirs:
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(datadir)/openmamba
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/pki/rpm-gpg
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/profile.d
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/xprofile.d
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/yum/repos.d
|
||||
|
||||
install-data:
|
||||
@ -59,7 +58,6 @@ install-data:
|
||||
install-programs:
|
||||
@$(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)/xprofile.d/gpg-key-openmamba.sh
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user