mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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:
parent
a5c7da8815
commit
b4608397d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue