Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/exaile/files: exaile-0.3.0_alpha3-Makefile.patch
Date: Sun, 02 Aug 2009 20:15:46
Message-Id: E1MXhT6-0005Ox-Br@stork.gentoo.org
1 ssuominen 09/08/02 20:15:44
2
3 Added: exaile-0.3.0_alpha3-Makefile.patch
4 Log:
5 Version bump wrt #280061. Thanks to Peter Henriksson for reporting.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/exaile/files/exaile-0.3.0_alpha3-Makefile.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/files/exaile-0.3.0_alpha3-Makefile.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/files/exaile-0.3.0_alpha3-Makefile.patch?rev=1.1&content-type=text/plain
13
14 Index: exaile-0.3.0_alpha3-Makefile.patch
15 ===================================================================
16 diff -ur exaile.orig/Makefile exaile/Makefile
17 --- exaile.orig/Makefile 2009-07-19 17:55:42.000000000 +0300
18 +++ exaile/Makefile 2009-08-02 23:11:54.000000000 +0300
19 @@ -49,11 +49,11 @@
20 rm -f $(DESTDIR)$(PREFIX)/share/pixmaps/exaile.png
21 cd plugins && make uninstall && cd ..
22
23 -install: make-install-dirs install-target locale
24 +install: install-target locale
25
26 -install_no_locale: make-install-dirs install-target
27 +install_no_locale: install-target
28
29 -install-target:
30 +install-target: make-install-dirs
31 install -m 644 exaile.py $(EXAILELIBDIR)
32 -install -m 644 xl/*.py[co] $(EXAILELIBDIR)/xl
33 install -m 644 xl/*.py $(EXAILELIBDIR)/xl