app-emulation/xen-tools: correct typo in source of vn. 4.6.1
authorIan Delaney <idella4@gentoo.org>
Thu, 14 Apr 2016 12:00:50 +0000 (20:00 +0800)
committerIan Delaney <idella4@gentoo.org>
Thu, 14 Apr 2016 12:07:01 +0000 (20:07 +0800)
noted in gentoo bug, set with an equivalent sed statement substituting
an upstream patch, the sed being completed in one line

Gentoo-bug: #575868

Package-Manager: portage-2.2.28

app-emulation/xen-tools/xen-tools-4.6.1.ebuild

index c84766cebc9eaf3eb89fbe9ae3b8efa769a2eae6..a63bbda86a5c7efce0218c999c995795e278aec5 100644 (file)
@@ -348,6 +348,9 @@ src_prepare() {
                -e 's:^#vif.default.script=:vif.default.script=:' \
                -i tools/examples/xl.conf  || die
 
+       # Bug #575868 converted to a sed statement, typo of one char
+       sed -e "s:granter’s:granter's:" -i xen/include/public/grant_table.h || die
+
        epatch_user
 }