We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6fe02 commit d85e52aCopy full SHA for d85e52a
1 file changed
ethd
@@ -506,7 +506,7 @@ __prep_conffiles() {
506
if find alloy-obol -maxdepth 0 \! -perm -o+rx | grep -q .; then
507
${__as_owner} chmod o+rx alloy-obol
508
fi
509
- if find alloy -type f -name '*.alloy' \! -perm -o+r | grep -q .; then
+ if find alloy-obol -type f -name '*.alloy' \! -perm -o+r | grep -q .; then
510
${__as_owner} chmod o+r alloy-obol/*.alloy
511
512
0 commit comments