Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 145117

Summary: app-cdr/dvdisaster-0.70.1 - broken Help menu items
Product: Gentoo Linux Reporter: Jakub Moc (RETIRED) <jakub>
Component: New packagesAssignee: Lars Weiler (RETIRED) <pylon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.