Browse Source

update command-not-found suggestions

emacs-27
Leonid Plyushch 6 years ago
parent
commit
7af8596ec9
  1. 2
      packages/command-not-found/build.sh
  2. 4086
      packages/command-not-found/commands-aarch64.h
  3. 4082
      packages/command-not-found/commands-arm.h
  4. 4072
      packages/command-not-found/commands-i686.h
  5. 4064
      packages/command-not-found/commands-x86_64.h

2
packages/command-not-found/build.sh

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://termux.com TERMUX_PKG_HOMEPAGE=https://termux.com
TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions" TERMUX_PKG_DESCRIPTION="Suggest installation of packages in interactive shell sessions"
TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_VERSION=1.36 TERMUX_PKG_VERSION=1.37
termux_step_make_install() { termux_step_make_install() {
TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux TERMUX_LIBEXEC_DIR=$TERMUX_PREFIX/libexec/termux

4086
packages/command-not-found/commands-aarch64.h

File diff suppressed because it is too large

4082
packages/command-not-found/commands-arm.h

File diff suppressed because it is too large

4072
packages/command-not-found/commands-i686.h

File diff suppressed because it is too large

4064
packages/command-not-found/commands-x86_64.h

File diff suppressed because it is too large
Loading…
Cancel
Save