diff options
| -rw-r--r-- | include/package-ipkg.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index f08cf897c..a07c5cc38 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -101,7 +101,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)"; \  | 
