From 590fa7ebfa5f3617de0b5675cb9e4b79f03779ac Mon Sep 17 00:00:00 2001 From: William Harrington Date: Mon, 22 Mar 2021 13:13:41 -0500 Subject: Remove interpreter from scripts that are sourced. Remove executable bits are required. --- chapter6/ncurses.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chapter6/ncurses.sh') diff --git a/chapter6/ncurses.sh b/chapter6/ncurses.sh index b2721d3..91ffa45 100644 --- a/chapter6/ncurses.sh +++ b/chapter6/ncurses.sh @@ -1,5 +1,3 @@ -#!/bin/bash - sed -i s/mawk// configure && mkdir build @@ -23,4 +21,4 @@ make && make DESTDIR=${LFS} TIC_PATH=$(pwd)/build/progs/tic -j1 install && echo "INPUT(-lncursesw)" > ${LFS}/usr/lib/libncurses.so && mv -v ${LFS}/usr/lib/libncursesw.so.6* ${LFS}/lib && -ln -sfv ../../lib/$(readlink ${LFS}/usr/lib/libncursesw.so) ${LFS}/usr/lib/libncursesw.so \ No newline at end of file +ln -sfv ../../lib/$(readlink ${LFS}/usr/lib/libncursesw.so) ${LFS}/usr/lib/libncursesw.so -- cgit v1.2.3-54-g00ecf