From 28ab751639578c9b6f4fa54d6a373a997a35a9cf Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Fri, 26 Apr 2019 13:35:25 -0400 Subject: [PATCH] base-files: fixed build errors --- helpers/make-base-files | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/make-base-files b/helpers/make-base-files index b7c7528..b9e6633 100644 --- a/helpers/make-base-files +++ b/helpers/make-base-files @@ -23,7 +23,7 @@ VERSION=1 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 echo "\ ___ ___ ___ ___ ___ ___ ___ @@ -40,13 +40,13 @@ echo "\ " EOF -cat << EOF > debian/update-motd.d/10-help-text +cat << EOF > update-motd.d/10-help-text #!/bin/sh echo "Welcome to Trisquel GNU/Linux" echo "Documentation: http://trisquel.info/wiki/" EOF -chmod 755 debian/update-motd.d/* +chmod 755 update-motd.d/* cat << EOF > etc/legal