Skip to content

Instantly share code, notes, and snippets.

@stintel
Created April 5, 2018 09:32
Show Gist options
  • Save stintel/5a22a4569623dbcd1f5d16cc075644bd to your computer and use it in GitHub Desktop.
Save stintel/5a22a4569623dbcd1f5d16cc075644bd to your computer and use it in GitHub Desktop.
stdin
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