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:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-06 15:12:37 +0300
committerJo-Philipp Wich <jow@openwrt.org>2015-01-06 15:12:37 +0300
commit30a7f8e3b12e70a331a7ecb1b1cd4ea822bbba40 (patch)
treebbf1a17490182c6967c8a558ffbdef5a1ec6125a
parentb07bc89f47c39cff31ad2168c80d32e98f698a10 (diff)
patch-index.pl: fixup source of base feed
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-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;
}