diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-06-16 17:21:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-06-16 17:21:25 -0300 |
commit | b9baf399d88421d49a6fa20166d71a670c295006 (patch) | |
tree | 6e3f29e2b74e30b149390600b8863ece887f7e5e | |
parent | f72ecef4f7f4f12dfa826a1df684e198cbff2e10 (diff) | |
download | templater-b9baf399d88421d49a6fa20166d71a670c295006.tar.gz templater-b9baf399d88421d49a6fa20166d71a670c295006.tar.bz2 |
Fix: trashman-debian
-rwxr-xr-x | share/templater/trashman-debian/setup | 4 |
1 files 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 |