From b9baf399d88421d49a6fa20166d71a670c295006 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 16 Jun 2022 17:21:25 -0300 Subject: Fix: trashman-debian --- share/templater/trashman-debian/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/templater/trashman-debian/setup b/share/templater/trashman-debian/setup index ea38c38..df15f13 100755 --- a/share/templater/trashman-debian/setup +++ b/share/templater/trashman-debian/setup @@ -15,7 +15,7 @@ function templater_trashman_debian { templater_echo "Setting Trashman package for debian systems" touch info - mkdir unix/linux/debian + mkdir -p unix/linux/debian if [ ! -e 'unix/linux/debian/install' ]; then cp $SHARE/trashman-debian/files/install unix/linux/debian/install @@ -27,4 +27,4 @@ function templater_trashman_debian { } # Dispatch -templater_trashman +templater_trashman_debian -- cgit v1.2.3