Files
Arch-R/packages/compress/bzip2/unpack
Stephan Raue 65ff669414 bzip2:
- cosmetics
2010-06-16 15:16:39 +02:00

11 lines
197 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" \
$SRC_DIR/Makefile-libbz2_so