summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/rmac/rmac.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/rmac/rmac.SlackBuild b/development/rmac/rmac.SlackBuild
index b1d39b41ac..85f7dce32e 100644
--- a/development/rmac/rmac.SlackBuild
+++ b/development/rmac/rmac.SlackBuild
@@ -82,7 +82,7 @@ install -s -m0755 $PRGNAM $PKG/usr/bin
# ...and converted to *nix \n line endings.
tar xvf $CWD/madmac-examples.tar.xz
cd madmac-examples
-chown root.root *
+chown root:root *
chmod 644 *
mkdir -p $PKG/usr/share/$PRGNAM/examples
mv * $PKG/usr/share/$PRGNAM/examples