diff --git a/installfull.sh b/installfull.sh index 21eedce..b7c655c 100755 --- a/installfull.sh +++ b/installfull.sh @@ -15,8 +15,11 @@ curses_url="https://invisible-mirror.net/archives/ncurses/current/ncurses.tar.gz ./configure --with-pthread --with-shared > /dev/null echo "Running make..." make -j"${cores}" > /dev/null + cd lib || exit + FILE=libncursest.so.?.? + #fi - if cmp --silent -- "./lib/libncursest.so" "/lib/libncursest.so"; then + if ls /lib/${FILE} 1> /dev/null 2>&1 ; then echo "You have a version of ncurses that was identical to the one that was compiled." echo " Quitting..." exit