Skip to content

Commit 4bae089

Browse files
cwillingwillysr
authored andcommitted
python/python3-opencv: Fix file ownership
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
1 parent 63e03f7 commit 4bae089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/python3-opencv/python3-opencv.SlackBuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
9292
cp -a \
9393
$CWD/ocv-test.py LICENSE-3RD-PARTY.txt LICENSE.txt README.md \
9494
$PKG/usr/doc/$PRGNAM-$VERSION
95+
chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION
9596
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
9697

9798
mkdir -p $PKG/install

0 commit comments

Comments
 (0)