base-files: fixed build errors
This commit is contained in:
parent
4e31388b7a
commit
28ab751639
1 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ VERSION=1
|
||||||
|
|
||||||
CODENAMECAPS=$(echo $CODENAME | /bin/sed -e "s/\b\(.\)/\u\1/g")
|
CODENAMECAPS=$(echo $CODENAME | /bin/sed -e "s/\b\(.\)/\u\1/g")
|
||||||
|
|
||||||
cat << EOF > debian/update-motd.d/01-banner
|
cat << EOF > update-motd.d/01-banner
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "\
|
echo "\
|
||||||
___ ___ ___ ___ ___ ___ ___
|
___ ___ ___ ___ ___ ___ ___
|
||||||
|
|
@ -40,13 +40,13 @@ echo "\
|
||||||
"
|
"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat << EOF > debian/update-motd.d/10-help-text
|
cat << EOF > update-motd.d/10-help-text
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "Welcome to Trisquel GNU/Linux"
|
echo "Welcome to Trisquel GNU/Linux"
|
||||||
echo "Documentation: http://trisquel.info/wiki/"
|
echo "Documentation: http://trisquel.info/wiki/"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chmod 755 debian/update-motd.d/*
|
chmod 755 update-motd.d/*
|
||||||
|
|
||||||
cat << EOF > etc/legal
|
cat << EOF > etc/legal
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue