summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2011-07-21 21:08:12 +0000
committerDoug Goldstein <cardoe@gentoo.org>2011-07-21 21:08:12 +0000
commitfdf56e38bc0ef89dc6f898f32ab2435639dddecc (patch)
tree1804b291fb3024de458d37d1cd154c28e9a240a0 /app-emulation/virt-manager/virt-manager-9999.ebuild
parentFix for qxl/spice support. Fix for CVE-2011-2212 & CVE-2011-2512. Drop the nu... (diff)
downloadhistorical-fdf56e38bc0ef89dc6f898f32ab2435639dddecc.tar.gz
historical-fdf56e38bc0ef89dc6f898f32ab2435639dddecc.tar.bz2
historical-fdf56e38bc0ef89dc6f898f32ab2435639dddecc.zip
Fix typo with Makefile.in.in. bug #361193
Package-Manager: portage-2.1.10.7/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/virt-manager/virt-manager-9999.ebuild')
-rw-r--r--app-emulation/virt-manager/virt-manager-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild
index b5db9de91a58..3a0140e8572c 100644
--- a/app-emulation/virt-manager/virt-manager-9999.ebuild
+++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v 1.4 2011/03/28 08:40:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v 1.5 2011/07/21 21:08:12 cardoe Exp $
#BACKPORTS=1
@@ -67,7 +67,7 @@ src_prepare() {
intltoolize --automake --copy --force
perl -i -p -e 's,^DATADIRNAME.*$,DATADIRNAME = share,' po/Makefile.in.in
perl -i -p -e 's,^GETTEXT_PACKAGE.*$,GETTEXT_PACKAGE = virt-manager,' \
- po/Makefile.in.i
+ po/Makefile.in.in
eautoreconf
fi