aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTomasz Paweł Gajc <tpg@mandriva.org>2008-11-18 18:02:09 +0000
committerTomasz Paweł Gajc <tpg@mandriva.org>2008-11-18 18:02:09 +0000
commit877f434060df68a0f6eae1d7400989855fd9e182 (patch)
treec1b2e5bf4707c1a006e7c5cc25c32f5142d5616d /Makefile
parentcf20436f3e559474b8c7e82681a27e16ac813f38 (diff)
downloadconfig-877f434060df68a0f6eae1d7400989855fd9e182.tar
config-877f434060df68a0f6eae1d7400989855fd9e182.tar.gz
config-877f434060df68a0f6eae1d7400989855fd9e182.tar.bz2
config-877f434060df68a0f6eae1d7400989855fd9e182.tar.xz
config-877f434060df68a0f6eae1d7400989855fd9e182.zip
- make it work with Xfce4.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index b62d1b1..ca5dd46 100644
--- a/Makefile
+++ b/Makefile
@@ -16,13 +16,11 @@ install:
install -m 644 common/autostart/* $(DESTDIR)$(xfceconfdir)/autostart/
-install -d $(DESTDIR)$(xfceconfdir)/xfce4
-install -d $(DESTDIR)$(xfceconfdir)/xfce4/desktop
- -install -d $(DESTDIR)$(xfceconfdir)/xfce4/notication-daemon-xfce
-install -d $(DESTDIR)$(xfceconfdir)/xfce4/panel
-install -d $(DESTDIR)$(xfceconfdir)/xfce4/theme
-install -d $(DESTDIR)$(xfceconfdir)/xfce4/volstatus
-install -d $(DESTDIR)$(PREFIX)/bin
install -m 644 common/xfce4/desktop/* $(DESTDIR)$(xfceconfdir)/xfce4/desktop/
- install -m 644 common/xfce4/notication-daemon-xfce/* $(DESTDIR)$(xfceconfdir)/xfce4/notication-daemon-xfce/
install -m 644 common/xfce4/panel/* $(DESTDIR)$(xfceconfdir)/xfce4/panel/
install -m 644 common/xfce4/theme/* $(DESTDIR)$(xfceconfdir)/xfce4/theme/
install -m 644 common/xfce4/volstatus/* $(DESTDIR)$(xfceconfdir)/xfce4/volstatus/
@@ -31,17 +29,17 @@ install:
install -m 755 tools/xfce4-update-config $(DESTDIR)$(PREFIX)/bin
-install -d $(DESTDIR)$(xfceprofdir)
- -install -d $(DESTDIR)$(xfceprofdir)/Flash/xfce4/mcs_settings
- install -m 644 Flash/xfce4/mcs_settings/*.xml $(DESTDIR)$(xfceprofdir)/Flash/xfce4/mcs_settings/
+ -install -d $(DESTDIR)$(xfceprofdir)/Flash/xfce4/xfconf/
+ install -m 644 Flash/xfce4/xfconf/xfce-perchannel-xml/*.xml $(DESTDIR)$(xfceprofdir)/Flash/xfce4/xfconf/xfce-perchannel-xml
- -install -d $(DESTDIR)$(xfceprofdir)/Free/xfce4/mcs_settings
- install -m 644 Free/xfce4/mcs_settings/*.xml $(DESTDIR)$(xfceprofdir)/Free/xfce4/mcs_settings/
+ -install -d $(DESTDIR)$(xfceprofdir)/Free/xfce4/xfconf/xfce-perchannel-xml/
+ install -m 644 Free/xfce4/xfconf/xfce-perchannel-xml/*.xml $(DESTDIR)$(xfceprofdir)/Free/xfce4/xfconf/xfce-perchannel-xml
- -install -d $(DESTDIR)$(xfceprofdir)/One/xfce4/mcs_settings
- install -m 644 One/xfce4/mcs_settings/*.xml $(DESTDIR)$(xfceprofdir)/One/xfce4/mcs_settings/
+ -install -d $(DESTDIR)$(xfceprofdir)/One/xfce4/xfconf/xfce-perchannel-xml/
+ install -m 644 One/xfce4/xfconf/xfce-perchannel-xml/*.xml $(DESTDIR)$(xfceprofdir)/One/xfce4/xfconf/xfce-perchannel-xml
- -install -d $(DESTDIR)$(xfceprofdir)/Powerpack/xfce4/mcs_settings
- install -m 644 Powerpack/xfce4/mcs_settings/*.xml $(DESTDIR)$(xfceprofdir)/Powerpack/xfce4/mcs_settings/
+ -install -d $(DESTDIR)$(xfceprofdir)/Powerpack/xfce4/xfconf/xfce-perchannel-xml/
+ install -m 644 Powerpack/xfce4/xfconf/xfce-perchannel-xml/*.xml $(DESTDIR)$(xfceprofdir)/Powerpack/xfce4/xfconf/xfce-perchannel-xml
cleandist:
rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2