diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-02-10 16:58:48 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-02-10 16:58:48 +0000 |
commit | 9f345e6935fcccec2ef06f384906fc074984c1f7 (patch) | |
tree | 9e05799f6bbe5052fdfb64c4338a88807b71ccc9 /Makefile | |
parent | eec873e307e8caa5dcb28dfb7148eb0de927393c (diff) | |
download | config-9f345e6935fcccec2ef06f384906fc074984c1f7.tar config-9f345e6935fcccec2ef06f384906fc074984c1f7.tar.gz config-9f345e6935fcccec2ef06f384906fc074984c1f7.tar.bz2 config-9f345e6935fcccec2ef06f384906fc074984c1f7.tar.xz config-9f345e6935fcccec2ef06f384906fc074984c1f7.zip |
Use Default and not Free as product
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |