diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-22 11:48:08 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-22 11:48:08 -0300 |
commit | dfccf2688839095bf2917186529e15f438a86a27 (patch) | |
tree | 79e7fcbe95952d0361e4d69590ce1dc6fde15468 /community/ruby-gtk2 | |
parent | ddb6519616b89709bff2278f935b735e67426504 (diff) | |
parent | 859f538490d5f7a35356c8813cf5757b175eea98 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/mingw32-binutils/PKGBUILD
community/numlockx/PKGBUILD
community/slock/PKGBUILD
extra/graphviz/PKGBUILD
Diffstat (limited to 'community/ruby-gtk2')
-rw-r--r-- | community/ruby-gtk2/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-gtk2/PKGBUILD b/community/ruby-gtk2/PKGBUILD index c4a2d5bae..101dd3636 100644 --- a/community/ruby-gtk2/PKGBUILD +++ b/community/ruby-gtk2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 57406 2011-10-27 00:37:47Z ebelanger $ +# $Id: PKGBUILD 59056 2011-11-21 04:12:47Z ebelanger $ # Maintainer: Brad Fanella <bradfanella@archlinux.us> # Contributor: Bjorn Lindeijer <bjorn@lindeijer.nl> # Contributor: kritoke <kritoke@nospam.gmail.com> @@ -16,7 +16,7 @@ md5sums=('fa1de7fc920de46fb8d8b9f67732c7a3') build() { cd "$srcdir/ruby-gtk2-$pkgver" - ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --topdir=$pkgdir + LANG="en_US.UTF-8" ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --topdir=$pkgdir make } |