xorg-server-xvfb: remove 'return' statement
This commit is contained in:
parent
464af25367
commit
a70e914dcf
@ -72,5 +72,4 @@ termux_step_post_make_install() {
|
|||||||
## The following is required for package 'tigervnc'.
|
## The following is required for package 'tigervnc'.
|
||||||
if [ "${#}" -eq 1 ] && [ "${1}" == "xorg_server_flags" ]; then
|
if [ "${#}" -eq 1 ] && [ "${1}" == "xorg_server_flags" ]; then
|
||||||
echo ${TERMUX_PKG_EXTRA_CONFIGURE_ARGS}
|
echo ${TERMUX_PKG_EXTRA_CONFIGURE_ARGS}
|
||||||
return
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user