fix buildprocess if running as cron job (package info files corrupted due missing Source-Makefile statement)

SVN-Revision: 10273
This commit is contained in:
Ralph Hempel 2008-01-26 12:19:45 +00:00
parent aedc7243b0
commit 9e0be1c6e3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ifeq ($(IS_TTY),1)
endef
else
define progress
:
:;
endef
endif