Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/buildscripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/patch-index.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/patch-index.pl b/bin/patch-index.pl
index 317698d..920bc83 100755
--- a/bin/patch-index.pl
+++ b/bin/patch-index.pl
@@ -88,6 +88,7 @@ sub pkg_metadata
# Fix up source
$meta =~ s!^Source: .+/(feeds/.+)$!Source: $1!m;
+ $meta =~ s!^Source: feeds/base/!Source: !m;
return $meta;
}