X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Fmake-ipkg-dir.sh;h=529e430ad9462318a0818c5fef3bd1cf066f17c2;hb=a154a3d8bec45339c5f4f20b9dc6987652c63e41;hp=902a4b526b00a2d81139dc530bc187c28ce9c66b;hpb=60c1f0f64d23003a19a07d6b9638542130f6641d;p=openwrt%2Fopenwrt.git diff --git a/scripts/make-ipkg-dir.sh b/scripts/make-ipkg-dir.sh index 902a4b526b..529e430ad9 100755 --- a/scripts/make-ipkg-dir.sh +++ b/scripts/make-ipkg-dir.sh @@ -10,7 +10,7 @@ WD=$(pwd) mkdir -p "$TARGET/CONTROL" grep '^[^(Version|Architecture)]' "$CONTROL" > "$TARGET/CONTROL/control" grep '^Maintainer' "$CONTROL" 2>&1 >/dev/null || \ - echo "Maintainer: OpenWrt Developers Team " >> "$TARGET/CONTROL/control" + echo "Maintainer: LEDE Community " >> "$TARGET/CONTROL/control" grep '^Source' "$CONTROL" 2>&1 >/dev/null || { pkgbase=$(echo "$WD" | sed -e "s|^$TOPDIR/||g") [ "$pkgbase" = "$WD" ] && src="N/A" || src="$BASE/$pkgbase"