libart: fix staging install
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 16 Jun 2010 19:17:23 +0000 (16:17 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 16 Jun 2010 19:45:51 +0000 (21:45 +0200)
The libart package had a couple of typos so it never really installed to
staging. So fix it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/libart/libart.mk

diff --git a/CHANGES b/CHANGES
index 77ecf02005a8315b7879e5e0003efba4383655a5..fb32f5b3e778ff1f43a0d0a53d8deeb25eb74a23 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -14,8 +14,8 @@
        luasocket, rings, wsapi, xavante
 
        Updated/fixed packages: busybox, cdrkit, file, gawk,
-       gstreamer, intltool, ipsec-tools, iptables, libidn, lmbench,
-       netperf, openssl, php, qt, sqlite, tn5250, usbutils,
+       gstreamer, intltool, ipsec-tools, iptables, libart, libidn,
+       lmbench, netperf, openssl, php, qt, sqlite, tn5250, usbutils,
        xkeyboard-config
 
        Removed packages: modutils
index 47ff59ef741262ae967e989e639ae83af15ad59d..e21899d52106880dd47d011a3dc2a394160cf97e 100644 (file)
@@ -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))