From b767b8d1abe8969597fcadbfdae3f2906d192187 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 16 Jun 2010 16:17:23 -0300 Subject: libart: fix staging install The libart package had a couple of typos so it never really installed to staging. So fix it. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/libart/libart.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/libart') diff --git a/package/libart/libart.mk b/package/libart/libart.mk index 47ff59ef7..e21899d52 100644 --- a/package/libart/libart.mk +++ b/package/libart/libart.mk @@ -8,7 +8,6 @@ LIBART_VERSION = 2.3.20 LIBART_SOURCE = libart_lgpl-$(LIBART_VERSION).tar.gz LIBART_SITE = http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/ LIBART_AUTORECONF = YES -LIBART_STAGING = YES -LIBART_TARGET = YES +LIBART_INSTALL_STAGING = YES $(eval $(call AUTOTARGETS,package,libart)) -- cgit v1.2.3-55-g7522