diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2024-07-14 13:33:34 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-20 08:08:49 +0700 |
commit | b03daf9550b0ec13b3f2340338cee96a1cbaa3cc (patch) | |
tree | 381a0cbb3a59b3ff133e2c3f6b34b788db536592 /network/offlineimap/offlineimap.SlackBuild | |
parent | 070aeed1cca17da2c4be652790cd790ede4d0433 (diff) |
network/offlineimap: Fixed chown syntax
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/offlineimap/offlineimap.SlackBuild')
-rw-r--r-- | network/offlineimap/offlineimap.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/offlineimap/offlineimap.SlackBuild b/network/offlineimap/offlineimap.SlackBuild index f9c0e9033ff7c..78498e7a16d6f 100644 --- a/network/offlineimap/offlineimap.SlackBuild +++ b/network/offlineimap/offlineimap.SlackBuild @@ -61,7 +61,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION -chown -R root.root . +chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ |