From 96e906a8ab4beff2edc7b26e277153c9af114b83 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sat, 15 Jul 2023 18:37:00 +0200 Subject: [PATCH] debian: remove unwanted neovim parts non-verbosely --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index 4ef0fd0..a0baf59 100755 --- a/debian.sh +++ b/debian.sh @@ -136,7 +136,7 @@ install_neovim() { $cmd rm -vf "${nvim_tarball}" # Remove stuff I don't want and patch the `man` location for Debian. - $cmd rm -rvf $(printf "${nvim_package}/share/%s " applications icons locale) + $cmd rm -rf $(printf "${nvim_package}/share/%s " applications icons locale) $cmd mv -v "${nvim_package}/man" "${nvim_package}/share/" stow_install "${nvim_package}"