Add bin/ directory as an argument of make distclean Signed-off-by: Robert P. J. Day...
[openwrt.git] / scripts / metadata.pm
index 917fbec..a220231 100644 (file)
@@ -115,7 +115,7 @@ sub parse_package_metadata($) {
                /^Preconfig-Default:\s*(.*?)\s*$/ and $preconfig->{default} = $1;
        }
        close FILE;
-       return %category;
+       return 1;
 }
 
 1;
This page took 0.020172 seconds and 4 git commands to generate.