|
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
} |
|