From: Thomas Petazzoni Date: Fri, 10 May 2013 06:29:37 +0000 (+0000) Subject: python3: remove another config script X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd8f39653a9939a5d5e1043c874e4b26f412c388;p=buildroot.git python3: remove another config script Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/python3/python3.mk b/package/python3/python3.mk index 7551a7b5a0..239ac8f630 100644 --- a/package/python3/python3.mk +++ b/package/python3/python3.mk @@ -130,6 +130,7 @@ PYTHON3_POST_INSTALL_STAGING_HOOKS += PYTHON3_FIXUP_LIBDIR # define PYTHON3_REMOVE_DEVFILES rm -f $(TARGET_DIR)/usr/bin/python$(PYTHON3_VERSION_MAJOR)-config + rm -f $(TARGET_DIR)/usr/bin/python$(PYTHON3_VERSION_MAJOR)m-config rm -f $(TARGET_DIR)/usr/bin/python3-config endef