/[packages]/cauldron/manaplus/current/SOURCES/0001-add-DESTDIR-to-evol-make-file.patch
ViewVC logotype

Contents of /cauldron/manaplus/current/SOURCES/0001-add-DESTDIR-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: 1255 byte(s)
- Update to new version
- Apply post-release emergency patches
- make an evol-client branding subpackage

1 From 702385943615df11e7e1f74da2fb09d70a4a35b1 Mon Sep 17 00:00:00 2001
2 From: Andrei Karas <akaras@inbox.ru>
3 Date: Sun, 4 Mar 2012 16:54:47 +0300
4 Subject: [PATCH] add $(DESTDIR) to evol make file. (by Al13n)
5
6 ---
7 data/evol/Makefile.am | 12 ++++++------
8 1 files changed, 6 insertions(+), 6 deletions(-)
9
10 diff --git a/data/evol/Makefile.am b/data/evol/Makefile.am
11 index 2bd86e2..0c925bf 100644
12 --- a/data/evol/Makefile.am
13 +++ b/data/evol/Makefile.am
14 @@ -2,12 +2,12 @@
15 desktopdir = $(datarootdir)/applications
16
17 evol-client:
18 - mkdir -p "$(pkgdatadir)/data/evol/icons"
19 - cp evol.desktop "$(desktopdir)"
20 - cp evol.manaplus "$(pkgdatadir)/data/evol"
21 - cp icons/evol-client.png "$(pkgdatadir)/data/evol/icons"
22 - cp icons/evol-client.png "$(datarootdir)/icons"
23 - cp -r images "$(pkgdatadir)/data/evol"
24 + mkdir -p "$(DESTDIR)$(pkgdatadir)/data/evol/icons"
25 + cp evol.desktop "$(DESTDIR)$(desktopdir)"
26 + cp evol.manaplus "$(DESTDIR)$(pkgdatadir)/data/evol"
27 + cp icons/evol-client.png "$(DESTDIR)$(pkgdatadir)/data/evol/icons"
28 + cp icons/evol-client.png "$(DESTDIR)$(datarootdir)/icons"
29 + cp -r images "$(DESTDIR)$(pkgdatadir)/data/evol"
30
31 EXTRA_DIST = evol.desktop \
32 evol.manaplus \
33 --
34 1.7.6
35

  ViewVC Help
Powered by ViewVC 1.1.30