/[packages]/cauldron/manaplus/current/SOURCES/0002-add-missing-mkdirs-to-evol-make-file.patch
ViewVC logotype

Contents of /cauldron/manaplus/current/SOURCES/0002-add-missing-mkdirs-to-evol-make-file.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 218197 - (show annotations) (download)
Sun Mar 4 19:37:06 2012 UTC (12 years, 7 months ago) by alien
File size: 850 byte(s)
- Update to new version
- Apply post-release emergency patches
- make an evol-client branding subpackage

1 From cb7e3ac1038b30028f5d62c312e1f3d5d21553d9 Mon Sep 17 00:00:00 2001
2 From: Andrei Karas <akaras@inbox.ru>
3 Date: Sun, 4 Mar 2012 17:00:27 +0300
4 Subject: [PATCH] Add missing mkdirs to evol make file.
5
6 ---
7 data/evol/Makefile.am | 2 ++
8 1 files changed, 2 insertions(+), 0 deletions(-)
9
10 diff --git a/data/evol/Makefile.am b/data/evol/Makefile.am
11 index 0c925bf..7851bbd 100644
12 --- a/data/evol/Makefile.am
13 +++ b/data/evol/Makefile.am
14 @@ -3,6 +3,8 @@ desktopdir = $(datarootdir)/applications
15
16 evol-client:
17 mkdir -p "$(DESTDIR)$(pkgdatadir)/data/evol/icons"
18 + mkdir -p "$(DESTDIR)$(datarootdir)/icons"
19 + mkdir -p "$(DESTDIR)$(desktopdir)"
20 cp evol.desktop "$(DESTDIR)$(desktopdir)"
21 cp evol.manaplus "$(DESTDIR)$(pkgdatadir)/data/evol"
22 cp icons/evol-client.png "$(DESTDIR)$(pkgdatadir)/data/evol/icons"
23 --
24 1.7.6
25

  ViewVC Help
Powered by ViewVC 1.1.30