Created
April 5, 2018 09:32
-
-
Save stintel/5a22a4569623dbcd1f5d16cc075644bd to your computer and use it in GitHub Desktop.
stdin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk | |
index 9e2717e788..335fae7fca 100644 | |
--- a/include/package-ipkg.mk | |
+++ b/include/package-ipkg.mk | |
@@ -75,7 +75,7 @@ ifneq ($(PKG_NAME),toolchain) | |
if [ -f "$(PKG_INFO_DIR)/$(1).missing" ]; then \ | |
echo "Package $(1) is missing dependencies for the following libraries:" >&2; \ | |
cat "$(PKG_INFO_DIR)/$(1).missing" >&2; \ | |
- false; \ | |
+ true; \ | |
fi; \ | |
) | |
endef |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment