diff options
author | Jani Välimaa <wally@mageia.org> | 2012-07-18 18:25:02 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2012-07-18 18:25:02 +0000 |
commit | 3be76e3cf3f9fc26fbe0857011044c9446d2a428 (patch) | |
tree | 0594525f6603a6fd3cacc49ab1970a256e5c6315 /Makefile | |
parent | ad1ec57cd2c1729736ea9f25a8d6d03e6ea8e149 (diff) | |
download | config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar.gz config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar.bz2 config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar.xz config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.zip |
- rename common dir to data and adapt Makefile to the change
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -12,21 +12,21 @@ VERSION = `date +%Y%m%d` install: -install -d $(DESTDIR)$(xfceconfdir) -install -d $(DESTDIR)$(xfceconfdir)/Terminal - install -m 644 common/Terminal/* $(DESTDIR)$(xfceconfdir)/Terminal/ + install -m 644 data/Terminal/* $(DESTDIR)$(xfceconfdir)/Terminal/ -install -d $(DESTDIR)$(xfceconfdir)/Thunar - install -m 644 common/Thunar/* $(DESTDIR)$(xfceconfdir)/Thunar/ + install -m 644 data/Thunar/* $(DESTDIR)$(xfceconfdir)/Thunar/ -install -d $(DESTDIR)$(xfceconfdir)/menus - install -m 644 common/menus/xfce-applications.menu $(DESTDIR)$(xfceconfdir)/menus/xfce-applications.menu + install -m 644 data/menus/xfce-applications.menu $(DESTDIR)$(xfceconfdir)/menus/xfce-applications.menu -install -d $(DESTDIR)$(xfceconfdir)/xfce4 -install -d $(DESTDIR)$(xfceconfdir)/xfce4/desktop -install -d $(DESTDIR)$(xfceconfdir)/xfce4/panel -install -d $(DESTDIR)$(xfceconfdir)/xfce4/theme -install -d $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml - cp -pr common/xfce4/panel/* $(DESTDIR)$(xfceconfdir)/xfce4/panel/ - install -m 644 common/xfce4/theme/* $(DESTDIR)$(xfceconfdir)/xfce4/theme/ - install -m 644 common/xfce4/xfconf/xfce-perchannel-xml/* $(DESTDIR)$(xfceconfdir)/xfce4/xfconf/xfce-perchannel-xml/ - install -m 644 common/xfce4/*.rc $(DESTDIR)$(xfceconfdir)/xfce4 - install -m 644 common/xfce4/*.xrdb $(DESTDIR)$(xfceconfdir)/xfce4 + cp -pr data/xfce4/panel/* $(DESTDIR)$(xfceconfdir)/xfce4/panel/ + 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 + install -m 644 data/xfce4/*.xrdb $(DESTDIR)$(xfceconfdir)/xfce4 cleandist: rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.xz |