diff --git a/net.cozic.joplin_desktop.yml b/net.cozic.joplin_desktop.yml index 2bbfff8..90523a5 100644 --- a/net.cozic.joplin_desktop.yml +++ b/net.cozic.joplin_desktop.yml @@ -120,7 +120,7 @@ modules: - | for f in $(find $dir -maxdepth 1 -mindepth 1) do - if [ $(stat --format=%Z /usr/lib/*/libdrm.so) -gt $(stat --format=%Z $f) ];then + if [ $(stat --format=%Z /usr/lib/*/libdrm.so.?) -gt $(stat --format=%Y $f) ];then rm $f fi done