Skip to content

Commit

Permalink
tiger/build > /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 18, 2023
1 parent c377422 commit b75b3eb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/tigervnc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -446,16 +446,16 @@ make DESTDIR=/tmp/xkbcomp-install -C /tmp/xkbcomp install
}

function cache(){
down_catfile ${GNUTLS_URL}
down_catfile ${LIBXFONT2_URL}
down_catfile ${LIBFONTENC_URL}
down_catfile ${LIBTASN1_URL}
down_catfile ${LIBXSHMFENCE_URL}
down_catfile ${GNUTLS_URL} > /dev/null
down_catfile ${LIBXFONT2_URL} > /dev/null
down_catfile ${LIBFONTENC_URL} > /dev/null
down_catfile ${LIBTASN1_URL} > /dev/null
down_catfile ${LIBXSHMFENCE_URL} > /dev/null
#
down_catfile ${TIGERVNC_URL}
down_catfile ${XSERVER_URL}
down_catfile ${XKEYBOARDCONFIG_URL}
down_catfile ${XKBCOMP_URL}
down_catfile ${TIGERVNC_URL} > /dev/null
down_catfile ${XSERVER_URL} > /dev/null
down_catfile ${XKEYBOARDCONFIG_URL} > /dev/null
down_catfile ${XKBCOMP_URL} > /dev/null
}

rm -rf /tmp/logs; mkdir -p /tmp/logs
Expand Down

0 comments on commit b75b3eb

Please sign in to comment.