summaryrefslogtreecommitdiffstats
path: root/network/openvas-libraries/openvas-libraries.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/openvas-libraries/openvas-libraries.SlackBuild')
-rw-r--r--network/openvas-libraries/openvas-libraries.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/network/openvas-libraries/openvas-libraries.SlackBuild b/network/openvas-libraries/openvas-libraries.SlackBuild
index 2582767612..74e0afbe9a 100644
--- a/network/openvas-libraries/openvas-libraries.SlackBuild
+++ b/network/openvas-libraries/openvas-libraries.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openvas-libraries
-VERSION=${VERSION:-3.0.3}
+VERSION=${VERSION:-3.0.4}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,7 +54,6 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
-
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -79,7 +78,7 @@ make install DESTDIR=$PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null
+ xargs strip --strip-unneeded 2> /dev/null || true
)
( cd $PKG/usr/man