From 9f345e6935fcccec2ef06f384906fc074984c1f7 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Thu, 10 Feb 2011 16:58:48 +0000 Subject: Use Default and not Free as product --- Makefile | 6 +++--- 1 file 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 -- cgit v1.2.1