aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTomasz Paweł Gajc <tpg@mandriva.org>2008-11-24 20:25:09 +0000
committerTomasz Paweł Gajc <tpg@mandriva.org>2008-11-24 20:25:09 +0000
commiteebb8bacdc3bd1ac0d977a41e1c43278a012934d (patch)
tree67b4ab19ea59d1bdf40b5ca3aedbe55240abc4de /Makefile
parent570be90b56ef4f155b235109069460ba0405821a (diff)
downloadconfig-eebb8bacdc3bd1ac0d977a41e1c43278a012934d.tar
config-eebb8bacdc3bd1ac0d977a41e1c43278a012934d.tar.gz
config-eebb8bacdc3bd1ac0d977a41e1c43278a012934d.tar.bz2
config-eebb8bacdc3bd1ac0d977a41e1c43278a012934d.tar.xz
config-eebb8bacdc3bd1ac0d977a41e1c43278a012934d.zip
- add more support for Xfce-6.4 xfconf settings
o install all xml files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 72c2d0e..3cc0b0e 100644
--- a/Makefile
+++ b/Makefile
@@ -19,26 +19,29 @@ install:
-install -d $(DESTDIR)$(xfceconfdir)/xfce4/panel
-install -d $(DESTDIR)$(xfceconfdir)/xfce4/theme
-install -d $(DESTDIR)$(xfceconfdir)/xfce4/volstatus
+ -install -d $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml
-install -d $(DESTDIR)$(PREFIX)/bin
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/
+ install -m 644 common/xfce4/xfconf/xfce-perchannel-xml/* $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml/
install -m 644 common/xfce4/*.rc $(DESTDIR)$(xfceconfdir)/xfce4
install -m 644 common/xfce4/*.xrdb $(DESTDIR)$(xfceconfdir)/xfce4
install -m 755 tools/xfce4-update-config $(DESTDIR)$(PREFIX)/bin
-install -d $(DESTDIR)$(xfceprofdir)
- -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)/Flash/xfce4/xfconf/xfce-perchannel-xml
+
+ install -m 644 Flash/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/Flash/xfce4/xfconf/xfce-perchannel-xml
-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 -m 644 Free/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/Free/xfce4/xfconf/xfce-perchannel-xml
-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 -m 644 One/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/One/xfce4/xfconf/xfce-perchannel-xml
-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
+ install -m 644 Powerpack/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/Powerpack/xfce4/xfconf/xfce-perchannel-xml
cleandist:
rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2