summarylogtreecommitdiffstats
path: root/02-cleaner.patch
diff options
context:
space:
mode:
authorHanabishi2023-12-17 19:10:33 +0000
committerHanabishi2023-12-17 19:10:33 +0000
commit677886638e6f43aa89a8a886075994c078709202 (patch)
treef9a119650cb3256f3266b47141df2a4000cd9461 /02-cleaner.patch
parentdf87d78c85104c446324577b5460d742f1d3e141 (diff)
downloadaur-677886638e6f43aa89a8a886075994c078709202.tar.gz
Fix the cleaner patch for latest changes
Diffstat (limited to '02-cleaner.patch')
-rw-r--r--02-cleaner.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/02-cleaner.patch b/02-cleaner.patch
index 371c46f4fd01..74a147ed7d1c 100644
--- a/02-cleaner.patch
+++ b/02-cleaner.patch
@@ -66,10 +66,10 @@
-cd "$(dirname "${SCRIPT_FILE}")"
-
@@ -138,5 +84,0 @@
--elif [ -n "$(find ./ -user 0 -o -group 0)" ]; then
+-elif [ -n "$(find ./ -user 0)" ]; then
- printf 'It looks like this script was previously run with elevated privileges,
-you will need to change ownership of the following files to your user:\n'
-- find . -user 0 -o -group 0
+- find . -user 0
- fQuit 1
@@ -144,2 +85,0 @@
-