aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTomasz Paweł Gajc <tpg@mandriva.org>2008-09-22 14:00:53 +0000
committerTomasz Paweł Gajc <tpg@mandriva.org>2008-09-22 14:00:53 +0000
commit94818bc6529ddc29c32d50b8321fa3e57abc0f34 (patch)
treeb81e4712738f67408479bfe38df87e5c412923b0 /Makefile
parent73e7e3ab6b2de2938871b1dcde21ea2d2e172eb3 (diff)
downloadconfig-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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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