diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-09-22 14:00:53 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-09-22 14:00:53 +0000 |
commit | 94818bc6529ddc29c32d50b8321fa3e57abc0f34 (patch) | |
tree | b81e4712738f67408479bfe38df87e5c412923b0 | |
parent | 73e7e3ab6b2de2938871b1dcde21ea2d2e172eb3 (diff) | |
download | config-94818bc6529ddc29c32d50b8321fa3e57abc0f34.tar config-94818bc6529ddc29c32d50b8321fa3e57abc0f34.tar.gz config-94818bc6529ddc29c32d50b8321fa3e57abc0f34.tar.bz2 config-94818bc6529ddc29c32d50b8321fa3e57abc0f34.tar.xz config-94818bc6529ddc29c32d50b8321fa3e57abc0f34.zip |
- add missing makefile entries for the last commit
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,7 +2,7 @@ PACKAGE = mandriva-xfce-config VERSION = `date +%Y%m%d` -prefix=$(prefix) +PREFIX=$(prefix) xfceconfdir=$(sysconfdir) xfceprofdir=$(localstatedir)/mandriva/xfce-profiles @@ -20,6 +20,7 @@ install: -install -d $(DESTDIR)$(xfceconfdir)/xfce4/panel -install -d $(DESTDIR)$(xfceconfdir)/xfce4/theme -install -d $(DESTDIR)$(xfceconfdir)/xfce4/volstatus + -install -d $(DESTDIR)$(PREFIX)/bin install -m 644 common/xfce4/desktop/* $(DESTDIR)$(xfceconfdir)/xfce4/desktop/ install -m 644 common/xfce4/notication-daemon-xfce/* $(DESTDIR)$(xfceconfdir)/xfce4/notication-daemon-xfce/ install -m 644 common/xfce4/panel/* $(DESTDIR)$(xfceconfdir)/xfce4/panel/ @@ -27,7 +28,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 -m 755 tools/xfce4-update-config $(DESTDIR)$(PREFIX)/bin -install -d $(DESTDIR)$(xfceprofdir) -install -d $(DESTDIR)$(xfceprofdir)/Flash/xfce4/mcs_settings |