From ddb430d008cec3780121f12acfa53bfa24e6525b Mon Sep 17 00:00:00 2001 From: Thomas Beierlein Date: Fri, 2 May 2008 12:07:21 +0000 Subject: media-radio/unixcw: New Ebuild for bug 220027 svn path=/sunrise/; revision=6140 --- media-radio/unixcw/files/unixcw-2.3-destdir.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 media-radio/unixcw/files/unixcw-2.3-destdir.patch (limited to 'media-radio/unixcw/files/unixcw-2.3-destdir.patch') diff --git a/media-radio/unixcw/files/unixcw-2.3-destdir.patch b/media-radio/unixcw/files/unixcw-2.3-destdir.patch new file mode 100644 index 000000000..91f8a1bc0 --- /dev/null +++ b/media-radio/unixcw/files/unixcw-2.3-destdir.patch @@ -0,0 +1,14 @@ +--- Makefile.inc.in.org 2008-05-01 09:49:18.000000000 +0200 ++++ Makefile.inc.in 2008-05-01 09:49:40.000000000 +0200 +@@ -42,9 +42,9 @@ + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ +-prefix = @prefix@ ++prefix = $(DESTDIR)@prefix@ + exec_prefix = @exec_prefix@ + includedir = @includedir@ + bindir = @bindir@ +-mandir = @mandir@ ++mandir = $(DESTDIR)@mandir@ + libdir = @libdir@ -- cgit v1.2.3-65-gdbad