From 69b0873ff42e80da7293cc91d14345a9fed4f69d Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 13 Nov 2010 14:30:39 +0100 Subject: [PATCH] bzip2: cleanups Signed-off-by: Stephan Raue --- packages/compress/bzip2/build | 2 ++ packages/compress/bzip2/unpack | 10 ---------- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100755 packages/compress/bzip2/unpack diff --git a/packages/compress/bzip2/build b/packages/compress/bzip2/build index 8a0e04a076..a565e88f69 100755 --- a/packages/compress/bzip2/build +++ b/packages/compress/bzip2/build @@ -4,6 +4,8 @@ cd $PKG_BUILD +sed -e "s,ln -s (lib.*),ln -snf \$$1; ln -snf libbz2.so.$PKG_VERSION libbz2.so,g" -i Makefile-libbz2_so + make CC=$TARGET_CC RANLIB=$TARGET_RANLIB AR=$TARGET_AR -f Makefile-libbz2_so ln -snf libbz2.so.1.0 libbz2.so diff --git a/packages/compress/bzip2/unpack b/packages/compress/bzip2/unpack deleted file mode 100755 index 71de4b58e0..0000000000 --- a/packages/compress/bzip2/unpack +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -. config/options $1 - -SRC_DIR=`ls -d $PKG_BUILD` - -BZIP2_VERSION=1.0.5 - -sed -i -e "s,ln -s (lib.*),ln -snf \$$1; ln -snf libbz2.so.$BZIP2_VERSION libbz2.so,g" \ - $SRC_DIR/Makefile-libbz2_so