From 94818bc6529ddc29c32d50b8321fa3e57abc0f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Pawe=C5=82=20Gajc?= Date: Mon, 22 Sep 2008 14:00:53 +0000 Subject: - add missing makefile entries for the last commit --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 53da9a5..b62d1b1 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1