lighttpd: fix sed usage to make the helper not complain
This commit is contained in:
parent
1aaff311bd
commit
1e7bd80c12
1 changed files with 5 additions and 4 deletions
|
|
@ -19,10 +19,11 @@ VERSION=1
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
sed -e 's~Ubuntu\sBug\sTracking\sSystem~upstream bug tracker~g' \
|
HTML_FILE=debian/index.html
|
||||||
-e 's~Ubuntu~Trisquel GNU/Linux~g' \
|
|
||||||
-e 's~packages\.ubuntu\.com~packages.trisquel.info~g' \
|
sed -i 's~Ubuntu\sBug\sTracking\sSystem~upstream bug tracker~g' $HTML_FILE
|
||||||
-i debian/index.html
|
sed -i 's~Ubuntu~Trisquel GNU/Linux~g' $HTML_FILE
|
||||||
|
sed -i 's~packages\.ubuntu\.com~packages.trisquel.info~g' $HTML_FILE
|
||||||
|
|
||||||
changelog "Fix Ubuntu references in the default index.html"
|
changelog "Fix Ubuntu references in the default index.html"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue