diff --git a/Makefile b/Makefile index a252327..e6d8a1c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Makefile for openmamba-release -# Copyright (c) 2015 by Silvan Calarco +# Copyright (c) 2015-2020 by Silvan Calarco # 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