forked from pool/ncurses
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=112
This commit is contained in:
parent
1169b49a7c
commit
7471871dfd
@ -276,10 +276,11 @@ rm -vf mk-dlls.sh
|
||||
|
||||
%build
|
||||
%global _configure screen -L -D -m ./configure
|
||||
SCREENRC=ncurses.screen
|
||||
export SCREENRC
|
||||
SCREENDIR=$(mktemp -d ${PWD}/screen.XXXXXX) || exit 1
|
||||
SCREENRC=${SCREENDIR}/ncurses
|
||||
export SCREENRC SCREENDIR
|
||||
exec 0< /dev/null
|
||||
SCREENLOG=$PWD/config.screen
|
||||
SCREENLOG=${SCREENDIR}/config.screen
|
||||
cat > $SCREENRC<<-EOF
|
||||
deflogin off
|
||||
logfile $SCREENLOG
|
||||
|
Loading…
Reference in New Issue
Block a user