summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-04 22:19:52 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-04 22:19:52 +0000
commitdefaf7d3e190d7141c32781dc30f546ab555aa43 (patch)
tree74e8d4a5b93e984d1ffff152ca3e2310e23a720d /Makefile
parent3a6abcdb88574942b2635fdda247537f106c32b5 (diff)
downloadconfig-defaf7d3e190d7141c32781dc30f546ab555aa43.tar
config-defaf7d3e190d7141c32781dc30f546ab555aa43.tar.gz
config-defaf7d3e190d7141c32781dc30f546ab555aa43.tar.bz2
config-defaf7d3e190d7141c32781dc30f546ab555aa43.tar.xz
config-defaf7d3e190d7141c32781dc30f546ab555aa43.zip
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r420 | ahmad | 2011-02-04 22:19:52 +0000 (Fri, 04 Feb 2011) | 1 line - import cleaned mageia-lxde-config ------------------------------------------------------------------------
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 7caecf9..35c0633 100644
--- a/Makefile
+++ b/Makefile
@@ -1,23 +1,23 @@
-PACKAGE = mandriva-lxde-config
-VERSION = 0.5
+PACKAGE = mageia-lxde-config
+VERSION = 0.6
prefix=$(prefix)
-lxdeprofdir=$(localstatedir)/mandriva/lxde-profiles
+lxdeprofdir=$(localstatedir)/mageia/lxde-profiles
install:
-install -d $(DESTDIR)$(lxdeprofdir)
- -install -d $(DESTDIR)$(lxdeprofdir)/Flash
- install -m 644 Flash/desktop.conf $(DESTDIR)$(lxdeprofdir)/Flash
-
+# -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)/One
- install -m 644 One/desktop.conf $(DESTDIR)$(lxdeprofdir)/One
-
- -install -d $(DESTDIR)$(lxdeprofdir)/Powerpack
- install -m 644 Powerpack/desktop.conf $(DESTDIR)$(lxdeprofdir)/Powerpack
+#
+# -install -d $(DESTDIR)$(lxdeprofdir)/One
+# install -m 644 One/desktop.conf $(DESTDIR)$(lxdeprofdir)/One
+#
+# -install -d $(DESTDIR)$(lxdeprofdir)/Powerpack
+# install -m 644 Powerpack/desktop.conf $(DESTDIR)$(lxdeprofdir)/Powerpack
cleandist:
rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2