diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 65fb50da9..b3b8f2bf6 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -98,7 +98,7 @@ ifeq ($(DUMP),) echo "Provides: $(PROVIDES)"; \ echo "Source: $(SOURCE)"; \ echo "Section: $(SECTION)"; \ - echo "Status: install $(if $(filter hold,$(PKG_FLAGS)),hold,ok) not-installed"; \ + echo "Status: unknown $(if $(filter hold,$(PKG_FLAGS)),hold,ok) not-installed"; \ echo "Priority: $(PRIORITY)"; \ echo "Maintainer: $(MAINTAINER)"; \ echo "Architecture: $(PKGARCH)"; \