diff options
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 |