diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-09-22 13:49:17 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-09-22 13:49:17 +0000 |
commit | bf04e5148b0af131a20069ed86a4769f87688608 (patch) | |
tree | 2413d42a1585e653176832a46505f6f36720b7ee /Makefile | |
parent | 0ae916686e6ac44132dc8e20cd092f09990d924d (diff) | |
download | config-bf04e5148b0af131a20069ed86a4769f87688608.tar config-bf04e5148b0af131a20069ed86a4769f87688608.tar.gz config-bf04e5148b0af131a20069ed86a4769f87688608.tar.bz2 config-bf04e5148b0af131a20069ed86a4769f87688608.tar.xz config-bf04e5148b0af131a20069ed86a4769f87688608.zip |
- add xfce4-update-config tool
o add missing icons on Xfce desktop
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ install: install -m 644 common/xfce4/volstatus/* $(DESTDIR)$(xfceconfdir)/xfce4/volstatus/ install -m 644 common/xfce4/*.rc $(DESTDIR)$(xfceconfdir)/xfce4 install -m 644 common/xfce4/*.xrdb $(DESTDIR)$(xfceconfdir)/xfce4 + install -m 755 tools/xfce4-update-tool $(DESTDIR)$(prefix)/bin -install -d $(DESTDIR)$(xfceprofdir) -install -d $(DESTDIR)$(xfceprofdir)/Flash/xfce4/mcs_settings |