tigervnc: remove duplicated "cd"

This commit is contained in:
Leonid Pliushch 2019-01-27 22:50:07 +02:00 committed by Yaksh Bariya
parent 0cff720956
commit 0de025b67a
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -17,7 +17,6 @@ TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
mkdir -p ${TERMUX_PKG_BUILDDIR}/unix/xserver
cd ${TERMUX_PKG_BUILDDIR}/unix/xserver
## TigerVNC requires sources of X server (either Xorg or Xvfb).
cd ${TERMUX_PKG_BUILDDIR}/unix/xserver/ && {