Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145117 - app-cdr/dvdisaster-0.70.1 - broken Help menu items
Summary: app-cdr/dvdisaster-0.70.1 - broken Help menu items
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Lars Weiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-25 14:46 UTC by Jakub Moc (RETIRED)
Modified: 2006-08-26 17:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2006-08-25 14:46:30 UTC
Please, apply the following patch, otherwise the Help menu items are not working.

--- dvdisaster-0.70.1.ebuild.orig	2006-08-21 10:40:52.000000000 +0200
+++ dvdisaster-0.70.1.ebuild	2006-08-25 23:41:31.000000000 +0200
@@ -32,7 +32,10 @@
 		myconf="${myconf} --with-nls=no"
 	fi
 	use debug && myconf="${myconf} --debug --with-memdebug=yes"
-	econf ${myconf} --docdir=/usr/share/doc || die "econf failed"
+	econf ${myconf} \
+		--docdir=/usr/share/doc \
+		--docsubdir=${PF} \
+		|| die "econf failed"
 	emake || die "emake failed"
 }
Comment 1 Lars Weiler (RETIRED) gentoo-dev 2006-08-26 17:18:01 UTC
Thanks for the patch; commited.