diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-17 20:36:31 +0000 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-17 20:36:31 +0000 |
commit | c9ffc048a56e7fcfd1c07e55a023b68e3b53e6f0 (patch) | |
tree | 25fcd048a74c56bdc881141ef5b149b942ba0cdf /Makefile | |
parent | eeecb61890530e8ee1e75200042c3c3d8d1261c4 (diff) | |
download | config-c9ffc048a56e7fcfd1c07e55a023b68e3b53e6f0.tar config-c9ffc048a56e7fcfd1c07e55a023b68e3b53e6f0.tar.gz config-c9ffc048a56e7fcfd1c07e55a023b68e3b53e6f0.tar.bz2 config-c9ffc048a56e7fcfd1c07e55a023b68e3b53e6f0.tar.xz config-c9ffc048a56e7fcfd1c07e55a023b68e3b53e6f0.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r571 | ahmad | 2011-02-17 20:36:31 +0000 (Thu, 17 Feb 2011) | 1 line
- add cleaned mageia-xfce-config
------------------------------------------------------------------------
In addition to the above commits, the following cleaning work has been recorded:
- clean mandriva occurences in files names (icons files)
- remove unsued themes and create Default one
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ # tpg@mandriva.org -PACKAGE = mandriva-xfce-config +PACKAGE = mageia-xfce-config VERSION = `date +%Y%m%d` PREFIX=$(prefix) xfceconfdir=$(sysconfdir) -xfceprofdir=$(localstatedir)/mandriva/xfce-profiles +xfceprofdir=$(localstatedir)/mageia/xfce-profiles install: -install -d $(DESTDIR)$(xfceconfdir) |