diff options
Diffstat (limited to 'libraries/libssh/libssh.SlackBuild')
-rw-r--r-- | libraries/libssh/libssh.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/libssh/libssh.SlackBuild b/libraries/libssh/libssh.SlackBuild index d45fc4968f..27adde8ae7 100644 --- a/libraries/libssh/libssh.SlackBuild +++ b/libraries/libssh/libssh.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libssh -VERSION=0.5.0 +VERSION=0.5.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar zxvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find . \ @@ -86,7 +86,7 @@ cd build make VERBOSE=1 make install DESTDIR=$PKG -cd - +cd .. find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |