summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2009-08-14 17:48:18 +0000
committerAndreas Proschofsky <suka@gentoo.org>2009-08-14 17:48:18 +0000
commit8bf13ca3fb6be8697ca615e6be82e7b20fb23f01 (patch)
treeb65f06d2b38f974a224114f72dc6536c40b800d4 /gnome-base/gnome-shell/gnome-shell-9999.ebuild
parentVersion bump for system-config-printer (diff)
downloadsuka-8bf13ca3fb6be8697ca615e6be82e7b20fb23f01.tar.gz
suka-8bf13ca3fb6be8697ca615e6be82e7b20fb23f01.tar.bz2
suka-8bf13ca3fb6be8697ca615e6be82e7b20fb23f01.zip
Fix build with current git
svn path=/; revision=143
Diffstat (limited to 'gnome-base/gnome-shell/gnome-shell-9999.ebuild')
-rw-r--r--gnome-base/gnome-shell/gnome-shell-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/gnome-shell/gnome-shell-9999.ebuild
index 799d891..7bf4d57 100644
--- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild
@@ -50,7 +50,9 @@ src_prepare() {
src_unpack() {
git_src_unpack
+
cd ${S}
+ intltoolize --force --copy --automake || die
eautoreconf
}