summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/dcd/dcd-0.90.ebuild')
-rw-r--r--media-sound/dcd/dcd-0.90.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/dcd/dcd-0.90.ebuild b/media-sound/dcd/dcd-0.90.ebuild
index d5b2ed2eaa47..b4ed2bb831b9 100644
--- a/media-sound/dcd/dcd-0.90.ebuild
+++ b/media-sound/dcd/dcd-0.90.ebuild
@@ -17,8 +17,9 @@ src_unpack() {
unpack ${A}
cd ${S}
cp Makefile Makefile.orig
- cat Makefile.orig | sed "s:PREFIX = .*$:PREFIX = \"${D}/usr\":" |\
- sed "s:# CDROM = /dev/cdroms/cdrom0:CDROM = \"/dev/cdroms/cdrom0\":"\
+ cat Makefile.orig | sed -e "s:PREFIX = .*$:PREFIX = \"${D}/usr\":" \
+ -e "s:/man/:/share/man/:" \
+ -e "s:# CDROM = /dev/cdroms/cdrom0:CDROM = \"/dev/cdroms/cdrom0\":"\
> Makefile
}