diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-02-29 01:52:22 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-02-29 01:52:22 +0000 |
commit | 8d8b1064c694415a8217d70c98b52e1ade7f1074 (patch) | |
tree | 852d604e15dc320a2a18441c1efb8ccc6c480e33 /Makefile | |
parent | 4f749465c66f02e3e338084131b539f92dc45eb9 (diff) | |
download | config-8d8b1064c694415a8217d70c98b52e1ade7f1074.tar config-8d8b1064c694415a8217d70c98b52e1ade7f1074.tar.gz config-8d8b1064c694415a8217d70c98b52e1ade7f1074.tar.bz2 config-8d8b1064c694415a8217d70c98b52e1ade7f1074.tar.xz config-8d8b1064c694415a8217d70c98b52e1ade7f1074.zip |
- fixes against lates ia_ora-gnome
- fix typo in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,11 +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-deamon-xfce + -install -d $(DESTDIR)$(xfceconfdir)/xfce4/notication-daemon-xfce -install -d $(DESTDIR)$(xfceconfdir)/xfce4/panel -install -d $(DESTDIR)$(xfceconfdir)/xfce4/volstatus install -m 644 common/xfce4/desktop/* $(DESTDIR)$(xfceconfdir)/xfce4/desktop/ - install -m 644 common/xfce4/notication-daemon-xfce/* $(DESTDIR)$(xfceconfdir)/xfce4/notication-deamon-xfce/ + 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/volstatus/* $(DESTDIR)$(xfceconfdir)/xfce4/volstatus/ install -m 644 common/xfce4/*.rc $(DESTDIR)$(xfceconfdir)/xfce4 |