From c5a2959256a87d6912b3d027752e7e3c9042e709 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 4 Aug 2006 20:35:41 +0000
Subject: [PATCH] remove duplicate package/ prefix from package dump error
 message

SVN-Revision: 4451
---
 openwrt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openwrt/Makefile b/openwrt/Makefile
index 90bc5deb09..32cadb7f99 100644
--- a/openwrt/Makefile
+++ b/openwrt/Makefile
@@ -44,7 +44,7 @@ endif
 	@echo Collecting package info...
 	@-for dir in package/*/; do \
 		echo Source-Makefile: $${dir}Makefile; \
-		$(NO_TRACE_MAKE) --no-print-dir DUMP=1 -C $$dir 2>&- || echo "ERROR: please fix package/$${dir}Makefile" >&2; \
+		$(NO_TRACE_MAKE) --no-print-dir DUMP=1 -C $$dir 2>&- || echo "ERROR: please fix $${dir}Makefile" >&2; \
 	done > $@
 
 pkginfo-clean: FORCE
-- 
GitLab