Browse Source
office/nuspell: Remove man pages directory.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/310/head
Willy Sudiarto Raharjo
2 months ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with
0 additions and
3 deletions
-
office/nuspell/nuspell.SlackBuild
|
|
@ -107,9 +107,6 @@ rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la |
|
|
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |
|
|
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |
|
|
|
|
|
|
|
find $PKG/usr/man -type f -exec gzip -9 {} \; |
|
|
|
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done |
|
|
|
|
|
|
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a \ |
|
|
|
AUTHORS COPYING.LESSER CHANGELOG.md COPYING README.md docs \ |
|
|
|