From 50f0c8f03ade84d548fda06c27cdc293d727d4be Mon Sep 17 00:00:00 2001 From: Perberos Date: Tue, 16 Oct 2012 17:27:11 -0300 Subject: fixing some deprecated variable name on configure file --- distro/archlinux/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'distro') diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD index fd7a1ba..78d055b 100644 --- a/distro/archlinux/PKGBUILD +++ b/distro/archlinux/PKGBUILD @@ -22,9 +22,8 @@ build() { --disable-static \ --disable-scrollkeeper \ --disable-startup-notification \ - --enable-unique \ - --disable-gnucat || return 1 - # --with-gtk=3.0 + --enable-unique --disable-gnucat || return 1 + # --with-gtk=3.0 make || return 1 } -- cgit v1.2.1