From 17a2a7bceea82d419d47cf86a5ac513176d7d9cc Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 19 May 2016 00:29:30 +0200 Subject: [PATCH] Move scripts in /etc/xprofile.d to /etc/profile.d --- Makefile | 8 +++----- etc/{xprofile.d => profile.d}/qt-graphicssystem.sh | 0 2 files changed, 3 insertions(+), 5 deletions(-) rename etc/{xprofile.d => profile.d}/qt-graphicssystem.sh (100%) diff --git a/Makefile b/Makefile index 1e5ee81..2749d22 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Makefile for desktop-base-openmamba package -# Copyright (C) 2004-2015 by Silvan Calarco +# Copyright (C) 2004-2016 by Silvan Calarco # Copyright (C) 2005-2007 by Davide Madrisan include VERSION @@ -48,7 +48,7 @@ endif initrddir = ${sysconfdir}/rc.d/init.d mandir = ${prefix}/usr/share/man sysconfigdir= ${sysconfdir}/sysconfig -xprofiledir = ${sysconfdir}/xprofile.d +profiledir = ${sysconfdir}/profile.d mambabasedatadir = ${datadir}/openmamba/mambabase mambareportdatadir = ${datadir}/openmamba/mambareport mambaimagesdir = ${datadir}/openmamba/images @@ -155,10 +155,8 @@ install-kde-distro-addons: dist-update cp -r etc/profile.d $(DESTDIR)$(sysconfdir)/ cp -r etc/sudoers.d $(DESTDIR)$(sysconfdir)/ cp -r etc/sysconfig $(DESTDIR)$(sysconfdir)/ - cp -r etc/xprofile.d $(DESTDIR)$(sysconfdir)/ cp etc/system-sleep/* $(DESTDIR)$(systemdsleepdir)/ chmod 755 $(DESTDIR)$(sysconfdir)/profile.d/*.sh - chmod 755 $(DESTDIR)$(sysconfdir)/xprofile.d/*.sh $(INSTALL_SCRIPT) kde/scripts/showlog $(DESTDIR)$(distrobindir) cp -r menu/icons/ $(DESTDIR)$(datadir)/icons/ @@ -231,7 +229,7 @@ install-xramdr: install-desktop: @$(INSTALL_DIR) $(DESTDIR)$(distrodesktopdir) $(INSTALL_DATA) $(pck_desktop) $(DESTDIR)$(distrodesktopdir) - $(INSTALL_SCRIPT) desktop/desktop-firsttime.sh $(DESTDIR)$(xprofiledir) + $(INSTALL_SCRIPT) desktop/desktop-firsttime.sh $(DESTDIR)$(profiledir) install-openmamba-update: @$(INSTALL_DIR) $(DESTDIR)$(bindir) diff --git a/etc/xprofile.d/qt-graphicssystem.sh b/etc/profile.d/qt-graphicssystem.sh similarity index 100% rename from etc/xprofile.d/qt-graphicssystem.sh rename to etc/profile.d/qt-graphicssystem.sh