multimedia/vobcopy: 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
509ed9e25b
commit
bbb86bcec9
|
@ -74,7 +74,7 @@ cd $TMP
|
|||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $TMP/$PRGNAM-$VERSION
|
||||
|
||||
chown -R root.root .
|
||||
chown -R root:root .
|
||||
|
||||
find -L . \
|
||||
\( -perm 664 -o -perm 666 -o -perm 600 -o -perm 440 -o -perm 444 -o -perm 400 \) \
|
||||
|
|
Loading…
Reference in New Issue