diff --git a/d/depad-utils/depad-utils-v24.04.1.eb b/d/depad-utils/depad-utils-v24.04.1.eb index 0a26b8f..abe0a8a 100644 --- a/d/depad-utils/depad-utils-v24.04.1.eb +++ b/d/depad-utils/depad-utils-v24.04.1.eb @@ -40,8 +40,8 @@ cmds_map = [('.*', "ls -ahl %(source)s")] # (Mode may by masked by umask.) # postinstallcmds = [ - 'for executable in $(ls -1 %(installdir)s/bin/* 2> /dev/null | grep -v '.cfg'); do chmod 775 ${executable}; done', - 'chmod -R g+rwX,o+rX,o-w %(installdir)s/*' + 'for executable in $(ls -1 "%(installdir)s/bin/"* 2> /dev/null | grep -v ".cfg"); do chmod 775 "${executable}"; done', + 'chmod -R g+rwX,o+rX,o-w "%(installdir)s/"*' ] #