From d6c32da8816fb7c520ccf6d5780eca96d0556183 Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Sat, 27 Sep 2014 21:32:41 +0200 Subject: packages: rename FOO_INSTALL_STAGING_OPT into FOO_INSTALL_STAGING_OPTS To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_INSTALL_STAGING_OPT. Sed command used: find * -type f | xargs sed -i 's#_INSTALL_STAGING_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- package/expat/expat.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/expat') diff --git a/package/expat/expat.mk b/package/expat/expat.mk index e8456d894..cbbba8f67 100644 --- a/package/expat/expat.mk +++ b/package/expat/expat.mk @@ -7,7 +7,7 @@ EXPAT_VERSION = 2.1.0 EXPAT_SITE = http://downloads.sourceforge.net/project/expat/expat/$(EXPAT_VERSION) EXPAT_INSTALL_STAGING = YES -EXPAT_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) installlib +EXPAT_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) installlib EXPAT_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) installlib EXPAT_DEPENDENCIES = host-pkgconf EXPAT_LICENSE = MIT -- cgit v1.2.3