From 2da3f6a25641ed7442141ce07943afaaad3b8c31 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 14 Dec 2007 00:33:25 +0000 Subject: fix the sdk SVN-Revision: 9747 --- scripts/metadata.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/metadata.pm') diff --git a/scripts/metadata.pm b/scripts/metadata.pm index 917fbec079..a220231f0d 100644 --- a/scripts/metadata.pm +++ b/scripts/metadata.pm @@ -115,7 +115,7 @@ sub parse_package_metadata($) { /^Preconfig-Default:\s*(.*?)\s*$/ and $preconfig->{default} = $1; } close FILE; - return %category; + return 1; } 1; -- cgit v1.2.3