Revision
505
Author
dmorgan
Date
2011-02-10 17:58:48 +0100 (Thu, 10 Feb 2011)

Log Message

Use Default and not Free as product

Modified Paths

Modified: mageia-lxde-config/trunk/Makefile
===================================================================
--- mageia-lxde-config/trunk/Makefile	2011-02-10 16:57:28 UTC (rev 504)
+++ mageia-lxde-config/trunk/Makefile	2011-02-10 16:58:48 UTC (rev 505)
@@ -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 -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