From: Silvio Rhatto Date: Thu, 16 Jun 2022 20:21:25 +0000 (-0300) Subject: Fix: trashman-debian X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b9baf399d88421d49a6fa20166d71a670c295006;p=templater.git Fix: trashman-debian --- 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