aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2012-12-29 07:34:50 +0000
committerJani Välimaa <wally@mageia.org>2012-12-29 07:34:50 +0000
commit1e3deb0469ab2ef5604656814be787c9f2e708d8 (patch)
tree60dc83404228c4eec3ab1b60a090795f73b2cc9e /Makefile
parent142d596682c508fbb1513e960d58fb30a8e4e8f4 (diff)
downloadconfig-1e3deb0469ab2ef5604656814be787c9f2e708d8.tar
config-1e3deb0469ab2ef5604656814be787c9f2e708d8.tar.gz
config-1e3deb0469ab2ef5604656814be787c9f2e708d8.tar.bz2
config-1e3deb0469ab2ef5604656814be787c9f2e708d8.tar.xz
config-1e3deb0469ab2ef5604656814be787c9f2e708d8.zip
Update Makefile after xfce4-terminal changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7341247..72eb2d1 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,6 @@ VERSION = `date +%Y%m%d`
install:
-install -d $(DESTDIR)$(xfceconfdir)
- -install -d $(DESTDIR)$(xfceconfdir)/Terminal
install -m 644 data/Terminal/* $(DESTDIR)$(xfceconfdir)/Terminal/
-install -d $(DESTDIR)$(xfceconfdir)/Thunar
install -m 644 data/Thunar/* $(DESTDIR)$(xfceconfdir)/Thunar/
@@ -20,9 +19,11 @@ install:
-install -d $(DESTDIR)$(xfceconfdir)/xfce4
-install -d $(DESTDIR)$(xfceconfdir)/xfce4/desktop
-install -d $(DESTDIR)$(xfceconfdir)/xfce4/panel
+ -install -d $(DESTDIR)$(xfceconfdir)/xfce4/terminal
-install -d $(DESTDIR)$(xfceconfdir)/xfce4/theme
-install -d $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml
cp -pr data/xfce4/panel/* $(DESTDIR)$(xfceconfdir)/xfce4/panel/
+ install -m 644 data/xfce4/terminal/* $(DESTDIR)$(xfceconfdir)/xfce4/terminal/
install -m 644 data/xfce4/theme/* $(DESTDIR)$(xfceconfdir)/xfce4/theme/
install -m 644 data/xfce4/xfconf/xfce-perchannel-xml/* $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml/
install -m 644 data/xfce4/*.rc $(DESTDIR)$(xfceconfdir)/xfce4