diff options
Diffstat (limited to 'media-sound/exaile/files/exaile-0.3.0_alpha3-Makefile.patch')
-rw-r--r-- | media-sound/exaile/files/exaile-0.3.0_alpha3-Makefile.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/media-sound/exaile/files/exaile-0.3.0_alpha3-Makefile.patch b/media-sound/exaile/files/exaile-0.3.0_alpha3-Makefile.patch deleted file mode 100644 index 70d2b49c24c6..000000000000 --- a/media-sound/exaile/files/exaile-0.3.0_alpha3-Makefile.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -ur exaile.orig/Makefile exaile/Makefile ---- exaile.orig/Makefile 2009-07-19 17:55:42.000000000 +0300 -+++ exaile/Makefile 2009-08-02 23:11:54.000000000 +0300 -@@ -49,11 +49,11 @@ - rm -f $(DESTDIR)$(PREFIX)/share/pixmaps/exaile.png - cd plugins && make uninstall && cd .. - --install: make-install-dirs install-target locale -+install: install-target locale - --install_no_locale: make-install-dirs install-target -+install_no_locale: install-target - --install-target: -+install-target: make-install-dirs - install -m 644 exaile.py $(EXAILELIBDIR) - -install -m 644 xl/*.py[co] $(EXAILELIBDIR)/xl - install -m 644 xl/*.py $(EXAILELIBDIR)/xl |