diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-24 20:12:40 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-24 20:12:40 +0000 |
commit | 7cf39d3b406a6cc35f76c1131a8e0044d2c1f903 (patch) | |
tree | 2a1018bd2fdf43df082918c340aa3a1aef3d8012 /media-sound/dcd | |
parent | minor fixes for rc5 (diff) | |
download | historical-7cf39d3b406a6cc35f76c1131a8e0044d2c1f903.tar.gz historical-7cf39d3b406a6cc35f76c1131a8e0044d2c1f903.tar.bz2 historical-7cf39d3b406a6cc35f76c1131a8e0044d2c1f903.zip |
minor fixes for rc5
Diffstat (limited to 'media-sound/dcd')
-rw-r--r-- | media-sound/dcd/dcd-0.90.ebuild | 5 |
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 } |