From: <abe...@us...> - 2014-10-15 21:38:54
|
Revision: 6764 http://sourceforge.net/p/astlinux/code/6764 Author: abelbeck Date: 2014-10-15 21:38:51 +0000 (Wed, 15 Oct 2014) Log Message: ----------- libxml2, remove stray file on target Modified Paths: -------------- branches/1.0/package/libxml2/libxml2.mk Modified: branches/1.0/package/libxml2/libxml2.mk =================================================================== --- branches/1.0/package/libxml2/libxml2.mk 2014-10-15 21:24:09 UTC (rev 6763) +++ branches/1.0/package/libxml2/libxml2.mk 2014-10-15 21:38:51 UTC (rev 6764) @@ -28,6 +28,7 @@ ifneq ($(BR2_HAVE_DEVFILES),y) define LIBXML2_REMOVE_CONFIG_SCRIPTS rm -f $(TARGET_DIR)/usr/bin/xml2-config + rm -f $(TARGET_DIR)/usr/lib/xml2Conf.sh endef LIBXML2_POST_INSTALL_TARGET_HOOKS += LIBXML2_REMOVE_CONFIG_SCRIPTS endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |