summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Lammentausta <mikael.lammentausta@gmail.com>2008-05-16 06:01:00 +0000
committerMikael Lammentausta <mikael.lammentausta@gmail.com>2008-05-16 06:01:00 +0000
commitb3067c1bc9352eba3ed1ea6be0c0ef6a8a55f03a (patch)
tree65ebd0734e05b614f17486e8ff7f8b5f0f396e1f
parentmedia-video/mtasc: New ebuild for bug 110341, thanks to James Le Cuirot and G... (diff)
downloadsunrise-b3067c1bc9352eba3ed1ea6be0c0ef6a8a55f03a.tar.gz
sunrise-b3067c1bc9352eba3ed1ea6be0c0ef6a8a55f03a.tar.bz2
sunrise-b3067c1bc9352eba3ed1ea6be0c0ef6a8a55f03a.zip
fixing a weird character
svn path=/sunrise/; revision=6195
-rw-r--r--media-video/swfmill/swfmill-0.2.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/swfmill/swfmill-0.2.11.ebuild b/media-video/swfmill/swfmill-0.2.11.ebuild
index 9e23be75c..2f4ddebfa 100644
--- a/media-video/swfmill/swfmill-0.2.11.ebuild
+++ b/media-video/swfmill/swfmill-0.2.11.ebuild
@@ -20,6 +20,6 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
+ emake install DESTDIR="${D}" || die "emake install failed"
dodoc AUTHORS NEWS README TODO
}