summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-02-10 16:58:48 +0000
committerDexter Morgan <dmorgan@mageia.org>2011-02-10 16:58:48 +0000
commit9f345e6935fcccec2ef06f384906fc074984c1f7 (patch)
tree9e05799f6bbe5052fdfb64c4338a88807b71ccc9
parenteec873e307e8caa5dcb28dfb7148eb0de927393c (diff)
downloadconfig-9f345e6935fcccec2ef06f384906fc074984c1f7.tar
config-9f345e6935fcccec2ef06f384906fc074984c1f7.tar.gz
config-9f345e6935fcccec2ef06f384906fc074984c1f7.tar.bz2
config-9f345e6935fcccec2ef06f384906fc074984c1f7.tar.xz
config-9f345e6935fcccec2ef06f384906fc074984c1f7.zip
Use Default and not Free as product
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 35c0633..8ba0d63 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mageia-lxde-config
-VERSION = 0.6
+VERSION = 0.6.1
prefix=$(prefix)
lxdeprofdir=$(localstatedir)/mageia/lxde-profiles
@@ -10,8 +10,8 @@ install:
# -install -d $(DESTDIR)$(lxdeprofdir)/Flash
# install -m 644 Flash/desktop.conf $(DESTDIR)$(lxdeprofdir)/Flash
#
- -install -d $(DESTDIR)$(lxdeprofdir)/Free
- install -m 644 Free/desktop.conf $(DESTDIR)$(lxdeprofdir)/Free
+ -install -d $(DESTDIR)$(lxdeprofdir)/Default
+ install -m 644 Default/desktop.conf $(DESTDIR)$(lxdeprofdir)/Default
#
# -install -d $(DESTDIR)$(lxdeprofdir)/One
# install -m 644 One/desktop.conf $(DESTDIR)$(lxdeprofdir)/One