Browse Source

MT#55283 fix typo

Change-Id: I570003519c394acb1add34f3965f5642e03a6acc
dzenichev/fictitious
Richard Fuchs 2 years ago
parent
commit
13eacc6364
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pkg/deb/generator.sh

+ 1
- 1
pkg/deb/generator.sh View File

@ -32,7 +32,7 @@ done < <(find debian -name '*links')
echo "- Remove NGCP packages from control"
sed -i -e '/ngcp-system-tools/d' debian/control
sed -i -e '/ngcp-libcudecs/d' debian/control
sed -i -n -e '/-gpu/ q; p' < debian/control
sed -i -n -e '/-gpu/ q; p' debian/control
echo "- Set package-specific homepage"
sed -i -e 's,^Homepage:.*,Homepage: https://rtpengine.com/,' debian/control


Loading…
Cancel
Save