LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 428|回复: 0

overlay中的fqterm-9999 ebuild貌似有bug

[复制链接]
发表于 2011-2-16 19:10:35 | 显示全部楼层 |阅读模式
What steps will reproduce the problem?
1. emerge fqterm
2.
3.

What is the expected output? What do you see instead?
!!! doins: /var/tmp/portage/x11-misc/fqterm-9999/work/fqterm-9999/QQWry.Dat does not exist


What version of the product are you using? On what operating system?
svn r1368

Please provide any additional information below.
The solution is :

Index: x11-misc/fqterm/fqterm-9999.ebuild
===================================================================
--- x11-misc/fqterm/fqterm-9999.ebuild        (revision 1386)
+++ x11-misc/fqterm/fqterm-9999.ebuild        (working copy)
@@ -34,5 +34,5 @@
src_install() {
        cmake-utils_src_install
        insinto /usr/share/FQTerm
-        doins "${S}"/QQWry.Dat || die
+        doins "${S}"/../QQWry.Dat || die
}
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表