xterm: improve wrapper like was done in TinyCore Linux
This commit is contained in:
parent
e48bffa52d
commit
5005e9147f
@ -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
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/data/data/com.termux/files/usr/bin/sh
|
||||
exec aterm "${@}"
|
||||
exec aterm +tr "${@}"
|
||||
|
Loading…
Reference in New Issue
Block a user