tracepath: Remove traceroute

which is now provided by the package of the same name.
This commit is contained in:
termux-pacman-bot
2023-05-05 08:31:08 +00:00
parent e7f636887c
commit 8ec838cff1

View File

@@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Tool to trace the network path to a remote host"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="20221126"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/iputils/iputils/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=745ea711fe06d5c57d470d21acce3c3ab866eb6afb69379a16c6d60b89bd4311
TERMUX_PKG_AUTO_UPDATE=true
@@ -33,9 +34,6 @@ termux_step_make_install() {
tracepath.xml
cp tracepath.8 $MANDIR/
# Setup traceroute as an alias for tracepath, since traceroute
# requires root which most Termux user does not have, and tracepath
# is probably good enough for most:
(cd $TERMUX_PREFIX/bin && ln -f -s tracepath traceroute)
(cd $MANDIR && ln -f -s tracepath.8 traceroute.8)
# `traceroute` command is now provided by the package of the same name.
# Please do not make `traceroute` an alias of `tracepath`.
}