prime .ipk control files with Status: field to introduce hold for post flash installed packages

SVN-Revision: 23175
This commit is contained in:
Jo-Philipp Wich 2010-10-02 04:04:12 +00:00
parent 8e9dfc063f
commit cb4c39b55d
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +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 "Priority: $(PRIORITY)"; \
echo "Maintainer: $(MAINTAINER)"; \
echo "Architecture: $(PKGARCH)"; \