diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-02-23 22:44:30 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-02-23 22:44:30 +0000 |
commit | 4eac72924f73bc32777a07036bea3e8b4c61cbac (patch) | |
tree | 9bbaae3f22eed137995430febcfc4162d2b3d4a9 /Makefile | |
parent | 626c1635fdec586e58e1017f37c55913d874ba0b (diff) | |
download | config-4eac72924f73bc32777a07036bea3e8b4c61cbac.tar config-4eac72924f73bc32777a07036bea3e8b4c61cbac.tar.gz config-4eac72924f73bc32777a07036bea3e8b4c61cbac.tar.bz2 config-4eac72924f73bc32777a07036bea3e8b4c61cbac.tar.xz config-4eac72924f73bc32777a07036bea3e8b4c61cbac.zip |
- update Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ install: install -m 644 common/xfce4/*.xrdb $(DESTDIR)$(xfceconfdir)/xfce4 -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)/Free/xfce4/mcs_settings install -m 644 Free/xfce4/mcs_settings/*.xml $(DESTDIR)$(xfceprofdir)/Free/xfce4/mcs_settings/ |