aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-02-18 15:20:39 +0000
committerAhmad Samir <ahmad@mageia.org>2011-02-18 15:20:39 +0000
commit52092fa2038f48db0621e97b373fec39cca36de7 (patch)
tree2c8f2bedf3df72996d042c1a84bfb692a6ab9b82
parent26e384f1e6b68aa65f0ce3a030e6f17606b3bb33 (diff)
downloadconfig-52092fa2038f48db0621e97b373fec39cca36de7.tar
config-52092fa2038f48db0621e97b373fec39cca36de7.tar.gz
config-52092fa2038f48db0621e97b373fec39cca36de7.tar.bz2
config-52092fa2038f48db0621e97b373fec39cca36de7.tar.xz
config-52092fa2038f48db0621e97b373fec39cca36de7.zip
- adapt the Makefile to having one Default profile
-rw-r--r--Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index f6c203d..1588ff3 100644
--- a/Makefile
+++ b/Makefile
@@ -32,18 +32,9 @@ install:
install -m 755 tools/xfce4-firstrun $(DESTDIR)$(PREFIX)/bin
-install -d $(DESTDIR)$(xfceprofdir)
- -install -d $(DESTDIR)$(xfceprofdir)/Flash/xfce4/xfconf/xfce-perchannel-xml
+ -install -d $(DESTDIR)$(xfceprofdir)/Default/xfce4/xfconf/xfce-perchannel-xml
- install -m 644 Flash/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/Flash/xfce4/xfconf/xfce-perchannel-xml
-
- -install -d $(DESTDIR)$(xfceprofdir)/Free/xfce4/xfconf/xfce-perchannel-xml/
- install -m 644 Free/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/Free/xfce4/xfconf/xfce-perchannel-xml
-
- -install -d $(DESTDIR)$(xfceprofdir)/One/xfce4/xfconf/xfce-perchannel-xml/
- install -m 644 One/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/One/xfce4/xfconf/xfce-perchannel-xml
-
- -install -d $(DESTDIR)$(xfceprofdir)/Powerpack/xfce4/xfconf/xfce-perchannel-xml/
- install -m 644 Powerpack/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/Powerpack/xfce4/xfconf/xfce-perchannel-xml
+ install -m 644 Default/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/Default/xfce4/xfconf/xfce-perchannel-xml
cleandist:
rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2