Summary: | app-emulation/wine-doors-0.1.3: package update fails | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Pacho Ramos <pacho> |
Component: | Current packages | Assignee: | Hanno Böck <hanno> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | kuch3n |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Proposed revision |
Description
Pacho Ramos
![]() looks like the local repositories are not getting installed Created attachment 224003 [details]
Proposed revision
Hello, the configuration file is installed under /usr/etc, which is not read at wine-doors startup. The proposed ebuild revision moves the configuration directory to /etc.
After reinstalling, please remove ~/.wine-doors and ~/.wine/wine-doors, then run wine-doors again. I hope it works for you as well.
--- wine-doors-0.1.3.ebuild 2010-02-14 14:06:25.000000000 -0500
+++ wine-doors-0.1.3-r1.ebuild 2010-03-17 08:34:40.203784505 -0500
@@ -1,8 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine-doors/wine-doors-0.1.3.ebuild,v 1.2 2009/07/13 09:16:17 hanno Exp $
+# $Header:
-EAPI=2
+EAPI=3
inherit distutils
@@ -32,5 +32,5 @@
src_install() {
distutils_src_install --temp="${D}"
- keepdir /etc/wine-doors
+ mv -f ${D}{/usr,}/etc
}
dropped |