mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/root: Fix permissions on README and subdirs
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3bcdb839fa
commit
124bcdf71d
1 changed files with 3 additions and 1 deletions
|
@ -215,7 +215,9 @@ cp -a README/ README.md LICENSE LGPL2_1.txt ../src/CONTRIBUTING.md \
|
|||
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
|
||||
cp -a README/ LICENSE \
|
||||
$PKG$PREFIX
|
||||
chmod -R 644 $PKG$PREFIX/README
|
||||
# README is a directory
|
||||
find $PKG$PREFIX/README -type d -exec chmod 755 {} \;
|
||||
find $PKG$PREFIX/README -type f -exec chmod 644 {} \;
|
||||
chmod -R 644 $PKG$PREFIX/LICENSE
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
Loading…
Reference in a new issue