Skip to content
Snippets Groups Projects
Commit 1e7bd80c authored by fr33domlover's avatar fr33domlover
Browse files

lighttpd: fix sed usage to make the helper not complain

parent 1aaff311
No related branches found
No related tags found
1 merge request!31Lighttpd: fix ubuntu references in index.html
......@@ -19,10 +19,11 @@ VERSION=1
. ./config
sed -e 's~Ubuntu\sBug\sTracking\sSystem~upstream bug tracker~g' \
-e 's~Ubuntu~Trisquel GNU/Linux~g' \
-e 's~packages\.ubuntu\.com~packages.trisquel.info~g' \
-i debian/index.html
HTML_FILE=debian/index.html
sed -i 's~Ubuntu\sBug\sTracking\sSystem~upstream bug tracker~g' $HTML_FILE
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment