Files
Arch-R/packages/compress/bzip2/unpack
Stephan Raue 113d8fad9b bzip2:
- move to compress group
2010-01-07 17:58:45 +01:00

11 lines
229 B
Bash
Executable File

#!/bin/sh
. config/options
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" \
-e "s:-O2:$TARGET_CFLAGS:" $SRC_DIR/Makefile-libbz2_so