diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-04-12 18:57:30 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:37:51 +0200 |
commit | a5b6bff93b0811add723674a2167729acb7f49b4 (patch) | |
tree | c525a7c88ca53e61c908ec7f3120518954ff3789 /network/openvas-libraries/openvas-libraries.SlackBuild | |
parent | 7097ea29bd8b4187509bb545fed0c935d2a720d2 (diff) | |
download | slackbuilds-a5b6bff93b0811add723674a2167729acb7f49b4.tar.gz |
network/openvas-libraries: Updated for version 3.0.4.
Diffstat (limited to 'network/openvas-libraries/openvas-libraries.SlackBuild')
-rw-r--r-- | network/openvas-libraries/openvas-libraries.SlackBuild | 5 |
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 |