xterm: improve wrapper like was done in TinyCore Linux

This commit is contained in:
Leonid Pliushch 2018-10-04 11:43:22 +03:00 committed by Yaksh Bariya
parent e48bffa52d
commit 5005e9147f
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_HOMEPAGE=https://github.com/termux/x11-packages
TERMUX_PKG_DESCRIPTION="A compatibility wrapper for Aterm"
TERMUX_PKG_VERSION=1.0
TERMUX_PKG_VERSION=1.1
TERMUX_PKG_DEPENDS="aterm"
TERMUX_PKG_PLATFORM_INDEPENDENT=true

View File

@ -1,2 +1,2 @@
#!/data/data/com.termux/files/usr/bin/sh
exec aterm "${@}"
exec aterm +tr "${@}"