diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-03-13 02:33:25 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-03-13 02:33:25 +0000 |
commit | 627f80fea62d266489f95a96e53a382b17110f5c (patch) | |
tree | 39ed45fa1545011273ab05556f48a8f463019839 /Makefile | |
parent | baf0a34fd9058d6cabcfcb089755289d75ca54ed (diff) | |
download | config-627f80fea62d266489f95a96e53a382b17110f5c.tar config-627f80fea62d266489f95a96e53a382b17110f5c.tar.gz config-627f80fea62d266489f95a96e53a382b17110f5c.tar.bz2 config-627f80fea62d266489f95a96e53a382b17110f5c.tar.xz config-627f80fea62d266489f95a96e53a382b17110f5c.zip |
- xfce-applications.menu: change some .desktop names to the current ones
- adapt the panel default config to xfce-4.8.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ install: -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/ + cp -pr 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/ |