development/rmac: Fixed chown syntax

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Robby Workman 2024-07-14 13:26:57 -05:00 committed by Willy Sudiarto Raharjo
parent a5c7da8815
commit b4608397d1
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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