Browse Source

indent custom package config code

SVN-Revision: 9472
Felix Fietkau 18 years ago
parent
commit
772c6488da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/metadata.pm

+ 1 - 1
scripts/metadata.pm

@@ -96,7 +96,7 @@ sub parse_package_metadata($) {
 				$type =~ /ipkg/ and $pkg->{tristate} = 1;
 			}
 		};
-		/^Config: \s*(.*)\s*$/ and $pkg->{config} = "$1\n".get_multiline(*FILE);
+		/^Config: \s*(.*)\s*$/ and $pkg->{config} = "$1\n".get_multiline(*FILE, "\t");
 		/^Prereq-Check:/ and $pkg->{prereq} = 1;
 		/^Preconfig:\s*(.+)\s*$/ and do {
 			my $pkgname = $pkg->{name};