summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Tolboom <ryan@gentoo.org>2001-02-11 19:31:58 +0000
committerRyan Tolboom <ryan@gentoo.org>2001-02-11 19:31:58 +0000
commit7a93b6e08812bc21164176c61d9018e2618e02a7 (patch)
tree0174e23c2a66885ffb7951c7ce5f2482ff90bf83 /media-sound/dcd/dcd-0.90.ebuild
parentadded a bunch of digests, svgalib, libcdaudio, and cdcd. libcdaudio (diff)
downloadgentoo-2-7a93b6e08812bc21164176c61d9018e2618e02a7.tar.gz
gentoo-2-7a93b6e08812bc21164176c61d9018e2618e02a7.tar.bz2
gentoo-2-7a93b6e08812bc21164176c61d9018e2618e02a7.zip
An initial ebuild script for the splitvt utility
Diffstat (limited to 'media-sound/dcd/dcd-0.90.ebuild')
-rw-r--r--media-sound/dcd/dcd-0.90.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/dcd/dcd-0.90.ebuild b/media-sound/dcd/dcd-0.90.ebuild
index a135a03f64ae..5dade004746d 100644
--- a/media-sound/dcd/dcd-0.90.ebuild
+++ b/media-sound/dcd/dcd-0.90.ebuild
@@ -16,7 +16,8 @@ src_unpack() {
unpack ${A}
cd ${S}
- cat Makefile | sed "s:PREFIX = .*$:PREFIX = \"${D}/usr\":" |\
+ cp Makefile Makefile.orig
+ cat Makefile.orig | sed "s:PREFIX = .*$:PREFIX = \"${D}/usr\":" |\
sed "s:# CDROM = /dev/cdroms/cdrom0:CDROM = \"/dev/cdroms/cdrom0\":"\
> Makefile