From da6a550bcb29051c40f6d347c78e900ad4ae3dbe Mon Sep 17 00:00:00 2001 From: David Spencer Date: Thu, 7 Jan 2016 22:23:47 +0000 Subject: development/ocaml: Fix file ownership. Signed-off-by: David Spencer --- development/ocaml/ocaml.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'development') diff --git a/development/ocaml/ocaml.SlackBuild b/development/ocaml/ocaml.SlackBuild index ebd06af5d7..17322ee8ac 100644 --- a/development/ocaml/ocaml.SlackBuild +++ b/development/ocaml/ocaml.SlackBuild @@ -90,7 +90,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a Changes INSTALL LICENSE README VERSION \ $PKG/usr/doc/$PRGNAM-$VERSION -tar -xvf $CWD/ocaml-4.01-refman-html.tar.gz -C $PKG/usr/doc/$PRGNAM-$VERSION/ +tar -xvf $CWD/ocaml-4.01-refman-html.tar.gz --no-same-owner -C $PKG/usr/doc/$PRGNAM-$VERSION/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -- cgit v1.2.3