diff options
-rw-r--r-- | network/pflogsumm/pflogsumm.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/pflogsumm/pflogsumm.SlackBuild b/network/pflogsumm/pflogsumm.SlackBuild index 90197b0864..35af42ccac 100644 --- a/network/pflogsumm/pflogsumm.SlackBuild +++ b/network/pflogsumm/pflogsumm.SlackBuild @@ -56,7 +56,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP tar xzvf $CWD/$PRGNAM-$VERSION.tar.gz cd $TMP/$PRGNAM-$VERSION -chown -R root.root . +chown -R root:root . mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION} install -m 0755 pflogsumm.pl $PKG/usr/bin install -m 0644 pflogsumm.1 $PKG/usr/man/man1 |