diff options
Diffstat (limited to 'user/tipidee/APKBUILD')
-rw-r--r-- | user/tipidee/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/tipidee/APKBUILD b/user/tipidee/APKBUILD index 81751848c..edac71c1d 100644 --- a/user/tipidee/APKBUILD +++ b/user/tipidee/APKBUILD @@ -55,7 +55,7 @@ _makeservicedir() { fn="$pkgdir/var/log/$name" mkdir -p "$fn" chown tipideelog:tipidee "$fn" - chmod 02755 "$fn" + chmod 02700 "$fn" } package() { |