فهرست منبع

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

SVN-Revision: 10273
Ralph Hempel 18 سال پیش
والد
کامیت
9e0be1c6e3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      include/scan.mk

+ 1 - 1
include/scan.mk

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