From 9ae95821d34bc7e618626a2dcde8f0ff715ad65a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Apr 2021 10:39:48 -0300 Subject: Fix: support for symlinking between distros (3) --- share/trashman/trashman/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/trashman/trashman/functions b/share/trashman/trashman/functions index f4dfe42..83ef0cf 100644 --- a/share/trashman/trashman/functions +++ b/share/trashman/trashman/functions @@ -77,7 +77,7 @@ trashman_actions_folder() { local ancestor="`trashman_ancestor`" local family="`trashman_family`" local distro="`trashman_distro`" - local findopts="-maxdepth 1 -type f -executable -exec basename {}" + local findopts="-maxdepth 1 -type f -executable -follow -exec basename {}" if [ -z "$package" ]; then return @@ -117,7 +117,7 @@ trashman_actions_folder() { # Return the list of available actions from a package trashman_actions() { local package="$1" - local findopts="-maxdepth 1 -type f -executable -exec basename {}" + local findopts="-maxdepth 1 -type f -executable -follow -exec basename {}" if [ -z "$package" ]; then return -- cgit v1.2.3