summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFunda Wang <fwang@mandriva.org>2009-12-11 03:07:57 +0000
committerFunda Wang <fwang@mandriva.org>2009-12-11 03:07:57 +0000
commitce2b6b915dc06503fa30b7a526d3cde1adee6099 (patch)
tree79a8d239d3cf663f722eca3a09fb3f0b812d76c5 /Makefile
parentb05cf56770efbfb6571577dab1daa25536a7a21c (diff)
downloadconfig-ce2b6b915dc06503fa30b7a526d3cde1adee6099.tar
config-ce2b6b915dc06503fa30b7a526d3cde1adee6099.tar.gz
config-ce2b6b915dc06503fa30b7a526d3cde1adee6099.tar.bz2
config-ce2b6b915dc06503fa30b7a526d3cde1adee6099.tar.xz
config-ce2b6b915dc06503fa30b7a526d3cde1adee6099.zip
update conf file for lxde-common 0.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 6b1b1c6..7caecf9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mandriva-lxde-config
-VERSION = 0.4
+VERSION = 0.5
prefix=$(prefix)
lxdeprofdir=$(localstatedir)/mandriva/lxde-profiles
@@ -8,16 +8,16 @@ install:
-install -d $(DESTDIR)$(lxdeprofdir)
-install -d $(DESTDIR)$(lxdeprofdir)/Flash
- install -m 644 Flash/config $(DESTDIR)$(lxdeprofdir)/Flash
+ install -m 644 Flash/desktop.conf $(DESTDIR)$(lxdeprofdir)/Flash
-install -d $(DESTDIR)$(lxdeprofdir)/Free
- install -m 644 Free/config $(DESTDIR)$(lxdeprofdir)/Free
+ install -m 644 Free/desktop.conf $(DESTDIR)$(lxdeprofdir)/Free
-install -d $(DESTDIR)$(lxdeprofdir)/One
- install -m 644 One/config $(DESTDIR)$(lxdeprofdir)/One
+ install -m 644 One/desktop.conf $(DESTDIR)$(lxdeprofdir)/One
-install -d $(DESTDIR)$(lxdeprofdir)/Powerpack
- install -m 644 Powerpack/config $(DESTDIR)$(lxdeprofdir)/Powerpack
+ install -m 644 Powerpack/desktop.conf $(DESTDIR)$(lxdeprofdir)/Powerpack
cleandist:
rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2