diff options
Diffstat (limited to 'source/n/libmbim')
-rwxr-xr-x | source/n/libmbim/libmbim.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/n/libmbim/libmbim.SlackBuild b/source/n/libmbim/libmbim.SlackBuild index 6066878b8..6820ad7df 100755 --- a/source/n/libmbim/libmbim.SlackBuild +++ b/source/n/libmbim/libmbim.SlackBuild @@ -73,6 +73,9 @@ rm -rf $PKGNAM-$VERSION tar xf $CWD/$PKGNAM-$VERSION.tar.xz || exit 1 cd $PKGNAM-$VERSION || exit 1 +# Remove these (if they exist) to force generating them with help2man: +rm -f docs/man/*.1 + chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |